diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml
index 2dd94235a..de1b3db1a 100644
--- a/src/xdocs/releasenotes.xml
+++ b/src/xdocs/releasenotes.xml
@@ -11,6 +11,113 @@
+
+ Bug fixes:
+
+ -
+ Serious compatibility problems with versions 5.9, 6.0 and 6.1 . Author: Ilja Dubinin #505
+
+ -
+ Added basenameSeparator configuration option for TranslationCheck. Author: Alex Kravin, pulse00 #149
+
+ -
+ Added google and sun configs to jar. Author: Alex Kravin #305
+
+ -
+ Added UT for lambda expressions for InnerAssignmentCheck. Author: Alex Kravin #377
+
+ -
+ Build and install the tests jar artifact. Author: Peter Palaga #477
+
+ -
+ Final Local Variable Check, fixed false-positive - native method's param should be declared final. Author: Alex Kravin #158
+
+ -
+ Final Parameters Check, added option allows ignoring primitive types as params. Author: Alex Kravin #446
+
+ -
+ Unsatisfiable Indentation module scenario with difficult annotations. Author: Alex Kravin #321
+
+ -
+ Fixed false-positive in GenericWhitespaceCheck. Author: Alex Kravin #51
+
+ -
+ Fix InnerAssignment check for lambda expressions. Author: Evan Cahill
+
+ -
+ Generic Whitespace Check, fixed bug - '>' is followed by an illegal character. Author: Alex Kravin #350
+
+ -
+ InnerTypeLast within methods. Author: ychulovskyy #6
+
+ -
+ AnnotationUseStyle closingParens check failed. Author: ychulovskyy #131
+
+ -
+ RequireThis triggers when try-with-resources defines resource with same name as method. Author: ychulovskyy #257
+
+ -
+ NullPointerException with SuppressWarningsHolder and enum fields. Author: ychulovskyy #353
+
+ -
+ ParameterNumber check option to ignore methods with an @Override. Author: ychulovskyy #66
+
+ -
+ MutableException check requires class to explicitly extend some other class. Author: Michal Kordas #60
+
+ -
+ Need Braces, added option which allows one line if-statements without braces. Author: Alex Kravin #300
+
+ -
+ Redundant Modifier Check fixed bug with warning on final variables in default methods. Author: Alex Kravin #364
+
+ -
+ Redundant Modifier Check, fixed false-positive Redundant modifier final error for @SafeVarargs method. Author: Alex Kravin #301
+
+ -
+ Summary Javadoc Check, added 'specify period' option. Author: Alex Kravin #472
+
+ -
+ Suppress Warnings Check, annotation param in constant. Author: Alex Kravin #268
+
+ -
+ Suppress Warnings Check, annotation param in constant. Author: Alex Kravin #268
+
+
+ Breaking backward compatibility:
+
+ -
+ Checkstyle is switched to jdk7. Author: Roman Ivanov. commit.
+
+ -
+ Abstract Aware Type Check marked as deprecated, removed Redundant Throws Check. Author: Alex Kravin #473
+
+ -
+ JUnitTestCaseCheck was removed from Checkstyle. Author: ychulovskyy #457
+
+ -
+ Remove StrictDuplicateCodeCheck and whole package. Author: Michal Kordas #523
+
+ -
+ removing ignoreDirectoryName option from PackageDeclarationCheck. Author: Ivan Sopov #209
+
+
+ Notes:
+
+ -
+ All UTs Inputs are now compilable. Author: Alex Kravin #308
+
+ -
+ Fix for typos in documentation, fixes for Sonar violations, pom formatting, latest JUnit 4.12, .... . Author: Michal Kordas
+
+ -
+ google-style-config-test project for Google style is introduces, google_style wiki was updated. Author: Max Vetrenko
+
+ -
+ New maven profile "assembly" for quick build without any report and checks has been created . Author: Ilja Dubinin
+
+
+