From aa7b0d2bcb6ad207f1ffdc4774d922946b42c01a Mon Sep 17 00:00:00 2001 From: Oleg Sukhodolsky Date: Tue, 25 Jan 2005 08:55:23 +0000 Subject: [PATCH] release notes update --- src/xdocs/releasenotes.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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)
  • +