diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml
index 05ea1908f..c07a3e924 100644
--- a/src/xdocs/releasenotes.xml
+++ b/src/xdocs/releasenotes.xml
@@ -15,6 +15,99 @@
+
+ New:
+
+ -
+ Make CLI option to print full parsing tree (java + comments + javadoc comments). Author: Baratali Izmailov #3040
+
+ -
+ Add the ability to validate language codes by TranslationCheck. Author: Andrei Selkin #2969
+
+ -
+ EmptyLineSeparator to check empty lines inside methods. Author: Vladislav Lisetskiy #2944
+
+
+ Bug fixes:
+
+ -
+ NullPointerException in FinalLocalVariableCheck with Lambdas. Author: rnveach #3144
+
+ -
+ Serious performance problem in All Javadoc Check that are based on ANTLR parser. Author: rnveach #1064
+
+ -
+ CommentsIndentation Check - False Positive at End-of-Method. Author: Vladislav Lisetskiy #2998
+
+ -
+ Indentation: fix line wrap hanlding. Author: rnveach #2950
+
+ -
+ Indentation module regression in 6.16 and 6.17.. Author: rnveach #3103
+
+ -
+ NPE in AnnotationLocationCheck.hasAnnotations. Author: rnveach #3106
+
+ -
+ Execution of checkstyle audit failed caused by inherited javadoc tag. Author: rnveach #3065
+
+ -
+ AvoidEscapedUnicodeCharacters: Tail comment check failed if there's tabs before tail comment.. Author: Vladislav Lisetskiy #3005
+
+ -
+ FinalLocalVariable: false positive when variable is assigned multiple times. Author: Andrei Selkin #3006
+
+ -
+ Support for LAMDA token in WhitespaceAround check. Author: Vladislav Lisetskiy #2924
+
+
+ Notes:
+
+ -
+ maven-site-plugin:3.5 has problem to build our website. Author: Vladislav Lisetskiy, Roman Ivanov #2966
+
+ -
+ RegexpOnFilename example from documentation does not work on checkstyle source. Author: rnveach #3085
+
+ -
+ Create web-page with instructions: how to create Javadoc Check. Author: Baratali Izmailov #410
+
+ -
+ IndentationCheckTest: 'exp' in input files are out of sync with test. Author: rnveach #3105
+
+ -
+ Some redundant messages.. Author: rnveach #3000
+
+ -
+ doc: added Codacy to the list of active tools. Author: José Castro
+
+ -
+ Fix all issues for Java found by Codacy static analysis tool. Author: Andrei Selkin #2271
+
+ -
+ Use Distelli CI for testing of Javadoc Checks. Author: Baratali Izmailov, Roman Ivanov #2825
+
+ -
+ doc: DesignForExtension documentation is extended to warn user about possible misusage of this Check. Author: Roman Ivanov
+
+ -
+ Fund raising pages for checkstyle. Author: Roman Ivanov #3057
+
+ -
+ Use DatatypeConverter#printHexBinary to convert byte array to hex String in PropertyCacheFile. Author: Andrei Selkin #3093
+
+ -
+ SSLHandshakeException exception during linkcheck-maven-plugin . Author: Roman Ivanov #3080
+
+ -
+ Speed up google_check validation test. Author: Vladislav Lisetskiy #3070
+
+ -
+ Strive for 100% line coverage for java grammar. Author: rnveach #2973
+
+
+
+
Breaking backward compatibility: