diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml
index e54b6fd9c..786cf3215 100755
--- a/src/xdocs/releasenotes.xml
+++ b/src/xdocs/releasenotes.xml
@@ -24,6 +24,9 @@
JavadocMethod check now can be configured to skip missed javadoc
(ref 1060634)
+ Some clarifications on scope property of javadoc checks added
+ (rfe 1009201)
+
@@ -54,6 +57,14 @@
ConstantName check now exclude serialPersistentFields from the
check (bug 1097285)
+ One more problem with SuppressionCommentFilter fixed (bug
+ 1061459)
+
+ format property of IllegalType check documented (bug 1047449)
+
+ ModifiedControlVariable check changed to work with for-each
+ correctly (1101851)
+