diff --git a/pmd/etc/changelog.txt b/pmd/etc/changelog.txt index eaa143dabf..d45c892a15 100644 --- a/pmd/etc/changelog.txt +++ b/pmd/etc/changelog.txt @@ -1,3 +1,6 @@ +?????, 2003 - 1.3.0: +TODO - fix it so tests and rules don't duplicate the xpath expressions + October 06, 2003 - 1.2.2: Added new rule: CloseConnectionRule Fixed bug 782246 - FinalFieldCouldBeStatic no longer flags fields in interfaces. @@ -16,7 +19,6 @@ Added "dialog cancelled" check to CPD "Save" function Added Boris Gruschko's AST viewer. Added Jeff Epstein's TextPad integration. ASTType now has an isArray() method. -TODO - fix it so tests and rules don't duplicate the xpath expressions August 1, 2003 - 1.2.1: Fixed bug 781077 - line number "-1" no longer appears for nodes with siblings.