diff --git a/pmd/etc/changelog.txt b/pmd/etc/changelog.txt index 266d4f3634..19abf528b2 100644 --- a/pmd/etc/changelog.txt +++ b/pmd/etc/changelog.txt @@ -1,5 +1,6 @@ ???? ?? 2002 - 1.02: Added new rule: ImportFromSamePackageRule +Updated LooseCouplingRule to check for usage of Vector; thx to Vladimir for the good catch. November 07 2002 - 1.01: Fixed bug 633879: EmptyFinallyBlockRule now handles multiple catch blocks followed by a finally block.