diff --git a/docs/releasenotes.html b/docs/releasenotes.html
index aa5f8c350..35d73b063 100644
--- a/docs/releasenotes.html
+++ b/docs/releasenotes.html
@@ -116,9 +116,6 @@
and the left parenthesis of the parameter list. (module
MethodParamPad, request 843254)
-
All comments are wrapped in TextBlocks
- (request 885993).
-
Added check to forbid endline
comments. (module TrailingComment, request 744970)
@@ -129,9 +126,6 @@
initializers. (module EmptyForInitializerPad, part of fix for
bug 895072)
- Added programmatic access to token type
- documentation (request 724871)
-
Added checkEmptyJavadoc property to JavadocStyle
check, contributed by Daniel Grenner (request 849056, patch 903597)
@@ -142,8 +136,9 @@
Added attribute 'default' to configuration
<property> tags, improves usability for centralized
configuration files. This change triggered a new version of the
- configuration DTD but your old configuration files will
- still work.
+ configuration DTD. Your old configuration files will still work,
+ but if you want to use the new 'default' attribute you need to
+ upgrade your configuration file to DTD version 1.2.
Ignore comments in GenericIllegalRegexp check,
contributed by Daniel Grenner (request 680988, patch 902109).
@@ -155,7 +150,7 @@
check to check only private and static methods (request 787683)
Added excludeScope property to
- Javadoc(Method|Bariable|Type|Style) checks (request
+ Javadoc(Method|Variable|Type|Style) checks (request
846108)
@@ -239,6 +234,19 @@
+
+ API changes:
+
+
+
+ - Added programmatic access to token type
+ documentation (request 724871)
+
+ - All comments are wrapped in TextBlocks
+ (request 885993).
+
+
+
Release 3.3