diff --git a/pmd/etc/changelog.txt b/pmd/etc/changelog.txt index 91e3e609d8..bf462b1f90 100644 --- a/pmd/etc/changelog.txt +++ b/pmd/etc/changelog.txt @@ -1,7 +1,7 @@ ????, 2004 - 1.9: Some minor performance optimizations - removed some unnecessary casts from the grammar, simplified some XPath rules. Implemented RFE 743460: The XML report now contains the ruleset name. -Postfix expressions (i.e., x++) are now available in the grammar. To access them, search for StatementExpressions with an image of "++" or "--" - i.e., //StatementExpression[@Image="++"]. This is an odd hack and hopefully will get cleared up later. +Postfix expressions (i.e., x++) are now available in the grammar. To access them, search for StatementExpressions with an image of "++" or "--" - i.e., in XPath, //StatementExpression[@Image="++"]. This is an odd hack and hopefully will get cleared up later. May 19, 2004 - 1.8: New rules: ExceptionAsFlowControlRule, BadComparisonRule, AvoidThrowingCertainExceptionTypesRule, AvoidCatchingNPERule, OptimizableToArrayCallRule