diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml
index 4f781125e..37530811b 100644
--- a/src/xdocs/releasenotes.xml
+++ b/src/xdocs/releasenotes.xml
@@ -17,6 +17,57 @@
+
+ New:
+
+ -
+ DesignForExtension: consider overridable methods and javadoc. Author: Andrei Selkin #3102
+
+ -
+ ImportControl: allow regex in subpackage elements.. Author: Volker Boerchers #2999
+
+ -
+ Allow WhitespaceAround for ARRAY_INIT token. Author: zenigata #3202
+
+
+ Bug fixes:
+
+ -
+ Inconsistency in AST tructure for block-comments. Author: kazachka #3431
+
+ -
+ Checker Cache invalidated falsely on load in second run due to external resources. Author: rnveach #3489
+
+ -
+ Wrong warning from AvoidEscapedUnicodeCharacters. Author: Dzmitry Rusak #3476
+
+ -
+ Add METHOD_REF to the list of valid tokens for OperatorCheck. Author: alberto.cuda #3472
+
+ -
+ DetailAST should invalidate childCount cache. Author: rnveach #3486
+
+ -
+ DetailAST should invalidate its methods cache (aka lazy-load). Author: Andrei Selkin #3466
+
+
+ Notes:
+
+ -
+ Rename PkgControl to ImportControl. Author: Jochen Van de Velde #3514
+
+ -
+ split Guard class into two. Author: Jochen Van de Velde #3497
+
+ -
+ openjdk8/9 test code should be parseable by checkstyle . Author: Roman Ivanov #3033
+
+ -
+ use shippable CI in testing. Author: Roman Ivanov #3316
+
+
+
+