diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml
index 63c82cbb5..99a697536 100644
--- a/src/xdocs/releasenotes.xml
+++ b/src/xdocs/releasenotes.xml
@@ -15,6 +15,75 @@
+
+ New:
+
+ -
+ new Check: RegexpOnFilename. Author: rnveach, Roman Ivanov #2546
+
+ -
+ SuppressionFilter: new option 'optional' to allow skip SuppressionFilter if config file does not exist. Author: liscju #1002
+
+ -
+ Add possibility to specify a unique ID to all Regexp checks. Author: Andrei Selkin #1008
+
+
+ Bug fixes:
+
+ -
+ StringIndexOutOfBoundsException in Indentation check. Author: rnveach #2645
+
+ -
+ AbstractJavadocCheck should process only doc comments placed before class, interface, constructor, method, or field declarations. Author: Baratali Izmailov #325
+
+ -
+ SummaryJavadoc: false "end with a period" reports when inheritDoc is used . Author: rnveach #2805
+
+ -
+ JavadocMethod: allowedAnnotations hides bad javadocs. Author: rnveach #2806
+
+ -
+ FinalLocalVariable doesn't report variable when condition separates 2 assignments. Author: Bhavik Patel #2807
+
+ -
+ Config of Google Style does not include InterfaceTypeParameterName check. Author: Andrei Selkin #2792
+
+ -
+ Indentation on annotation parameters is wrong. Author: liscju #1349
+
+ -
+ OneStatementPerLine check and lambda expression. Author: liscju #2688
+
+ -
+ Gui should have a splitter bettween tree and code and prefered columns size. Author: liscju #2767
+
+ -
+ RequireThis reports false-positive when an instance method is overloaded with a static one. Author: Vladislav Lisetskiy #2539
+
+
+ Notes:
+
+ -
+ Add checkstyle messages to xdocs. Author: rnveach #2836
+
+ -
+ Setup 'Circle CI' to run checkstyle-tester project on JDK sources. Author: Vladislav Lisetskiy, Roman Ivanov #2815
+
+ -
+ Enforce Checks of sevntu.checkstyle (released version) over Checkstyle source code. Author: Yasser Aziza #2661
+
+ -
+ Use Codeship CI for testing. Author: Roman Ivanov #2727
+
+ -
+ Refactor gui package. Author: Vladislav Lisetskiy, Roman Ivanov #2609
+
+ -
+ doc: Add sbt-checkstyle-plugin to list of active tools. Author: Andrew Johnson
+
+
+
+