diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml
index 305e27770..7f40e6014 100644
--- a/src/xdocs/releasenotes.xml
+++ b/src/xdocs/releasenotes.xml
@@ -10,6 +10,42 @@
+
+ New features:
+
+ -
+ Support of Java8 syntax. Author: Ilja Dubinin. #10
+
+
+ Bug fixes:
+
+ -
+ Enourmous update on Indentation Check. Author: Max Vetrenko. #294
+
+ -
+ Fixed IllegalInstantiationCheck, so it won't recognize a constructor reference (Java8) as instantiation. Author: Ryszard Wisniewski.
+
+ -
+ Since Java 8 we can have methods body in interfaces. Author: Ilja Dubinin. #282
+
+ -
+ Default modifier has been added to modifier list. Author: Ilja Dubinin. #284
+
+ -
+ Fixed bug in DefaultComesLast check. Now it supports java 8 default methods. Author: Ilja Dubinin. #297
+
+ -
+ Fixed IndexOutOfBoundsException in CustomImportOrderCheck. Author: Max Vetrenko. #296
+
+
+ Notes:
+
+ -
+ Correct OverloadMethodsDeclarationOrder name in documentation. Author: Andrew Gaul.
+
+
+
+