From c0a17a81708e57e710d2d6663bc3c69a4fd2387e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Sat, 3 Apr 2004 05:43:06 +0000 Subject: [PATCH] fixed type 'Bariable' seperated out API changes improved docs for new 'default' attribute --- docs/releasenotes.html | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) 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: +

    + +

    Release 3.3