diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml
index abd319a19..55bd6fc7d 100644
--- a/src/xdocs/releasenotes.xml
+++ b/src/xdocs/releasenotes.xml
@@ -41,6 +41,9 @@
Empty Line Separator Check, fixed Exception if file doesn't have header. Author: Alex Kravin #621
+
+ BooleanExpressionComplexity misidentifies integer expression as boolean expression. Author: ychulovskyy #572
+
Breaking backward compatibility:
@@ -70,6 +73,10 @@
Suppression Comment Filter, extended docs for messageFormat option. Author: Alex Kravin #123
+
+ Site: moved 'Extending Checkstyle' to Developers groups. Author: Alex Kravin #606
+
+
Update some maven plugin in pom.xml. Author: Michal Kordas #644
@@ -79,6 +86,9 @@
Require at least Maven 3.0.1 to build Checkstyle. Author: Michal Kordas #620
+
+ Site: moved 'Extending Checkstyle' to Developers groups, issue #606. Author: Michal Kordas #620
+
Replace `StringBuffer` with `StringBuilder` to improve performance. Author: Michal Kordas
@@ -101,7 +111,7 @@
IndentationCheck. Refactoring: got rid of anonymous classes. Author: Alexey Zuy
- Fix table display. Author: Glenn Hollingsworth
+ Fix table display. In config_whitespace, a comma was incorrectly replaced with a period. Author: Glenn Hollingsworth