release notes update

This commit is contained in:
Oleg Sukhodolsky 2005-01-25 08:55:23 +00:00
parent 0ac000841c
commit aa7b0d2bcb
1 changed files with 11 additions and 0 deletions

View File

@ -24,6 +24,9 @@
<li>JavadocMethod check now can be configured to skip missed javadoc
(ref 1060634)</li>
<li>Some clarifications on scope property of javadoc checks added
(rfe 1009201)</li>
</ul>
@ -54,6 +57,14 @@
<li>ConstantName check now exclude serialPersistentFields from the
check (bug 1097285)</li>
<li>One more problem with SuppressionCommentFilter fixed (bug
1061459)</li>
<li>format property of IllegalType check documented (bug 1047449)</li>
<li>ModifiedControlVariable check changed to work with for-each
correctly (1101851)</li>
</ul>
</section>