diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml
index 00cebb4ef..4ed14667e 100644
--- a/src/xdocs/releasenotes.xml
+++ b/src/xdocs/releasenotes.xml
@@ -19,6 +19,15 @@
+
+ Bug fixes:
+
+ -
+ broken compatibility with maven-checkstyle-plugin:2.15 at checkstyle:6.10. Author: Roman Ivanov #2065
+
+
+
+
Breaking backward compatibility:
@@ -28,6 +37,12 @@
-
fix typos in properties names. Author: Michal Kordas in scope of #1555
+ -
+ Rethrow all exceptions further to caller of Checker. Author: Ruslan Diachenko #1304
+
+ -
+ Improve exception handling in CheckstyleAntTask class. Author: Ruslan Diachenko #1245
+
New: