diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml
index a9c434f6c..99a13d6b7 100644
--- a/src/xdocs/releasenotes.xml
+++ b/src/xdocs/releasenotes.xml
@@ -19,11 +19,35 @@
to use @SuppressWarnings annotations to suppress
violations. Thanks to Trevor Robinson for patch #156.
+
+ New: UniqueProperties check. Thanks to Pavel Baranchikov. #19
+
Bug fixes:
-
- TBD
+ added support for a separate throws indentation configuration
+
+ -
+ SuppressionCommentFilter ignores messageFormat. Patch from Chris Brigham. #520
+
+ -
+ Exclude some java.util classes from Class Fan out. Thanks to Ivan Sopov and Vincent Massol.#31
+
+ -
+ Allow to ignore java.lang and certain other classes. Thanks to Ivan Sopov and Vincent Massol.#33
+
+ -
+ RequireThisCheck doesn't check methods. Thanks to krzyk.#41
+
+ -
+ Document WhitespaceAround for-each property. Thanks to Andrew Gaul.#15
+
+ -
+ Other corrections for typos. Thanks to Andrew Gaul.#16
+
+ -
+ Remnants of DoubleCheck were removed. Thanks to Antonio Ospite.
Notes:
@@ -33,7 +57,10 @@
increased file loading times by up to 30%.
- Upgraded dependencies to Guava 14.0.1 and JUnit 4.11.
+ Upgraded dependencies to guava-jdk5 14.0.1 and JUnit 4.11.
+
+
+ poartial fix for "Sonarqube found problems in Checkstyle" #46.