diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml
index 7f40e6014..7193545f6 100644
--- a/src/xdocs/releasenotes.xml
+++ b/src/xdocs/releasenotes.xml
@@ -10,6 +10,49 @@
+
+
+ New features that extend API:
+
+ -
+ Support of single-line and block comments in parse tree.
+ ANTLR4 grammar for parsing Javadoc comments. Author: Baratali Izmailov.
+ #49
+
+
+ New features:
+
+ -
+ AnnotationLocationCheck. Author: Max Vetrenko. #302
+
+ -
+ AtclauseOrderCheck. Author: Max Vetrenko. #306
+
+ -
+ JavaDocParagraph. Author: Max Vetrenko. #315
+
+ -
+ JavaDocTagСontinuationIndentation. Author: Max Vetrenko. #308
+
+ -
+ SingleLineJavadocCheck. Author: Max Vetrenko. #332
+
+ -
+ NonEmptyAtclauseDescriptionCheck. Author: Max Vetrenko. #309
+
+ -
+ Update for existing JavadocMethodCheck to satisfy Google's style requirements. Author: Max Vetrenko. #319
+
+
+ Notes:
+
+ -
+ Google style
+ is now covered to maxumum of Checkstyle ability. See detailed report here. Authors: Max Vetrenko, Ruslan Diachenko, Roman Ivanov.
+
+
+
+