diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml
index b5f9b5d5b..930e80a48 100644
--- a/src/xdocs/releasenotes.xml
+++ b/src/xdocs/releasenotes.xml
@@ -15,6 +15,46 @@
+
+ Bug fixes:
+
+ -
+ Make ConfigurationLoader.loadConfiguration public. Author: Michal Kordas #2260
+
+
+
+ Notes:
+
+ -
+ Create UT to check that all checkstyle modules have xdocs. Author: Andrei Selkin #819
+
+ -
+ Split config.html into few pages. Author: Andrei Selkin #819
+
+ -
+ Create xdoc documentation for FileContentsHolder. Author: Andrei Selkin #819
+
+ -
+ Add GENERIC_START and GENERIC_END into list of acceptable tokens in xdocs of NoWhiteSpaceAfter and WhiteSpaceAround. Author: Andrei Selkin #2258
+
+ -
+ Add COMMA into list of acceptable tokens in xdocs of NoWhiteSpaceBefore. Author: Andrei Selkin #2259
+
+ -
+ minor refactoring, helper method was added. Author: Aleksandr Ivanov #2231
+
+ -
+ fixed jgit resource leaks in commit validation. Author: rnveach
+
+ -
+ Ilja Dubinin was added as developer. Author: Roman Ivanov
+
+ -
+ Add WILDCARD_TYPE into list of acceptable tokens in xdocs of WhitespaceAround. Author: Andrei Selkin
+
+
+
+