Preparing for release

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2885 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Jiger Patel
2004-08-16 09:24:37 +00:00
parent d78261a706
commit 485b80b350
3 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,4 @@
??? - 2.5
16th August 2004 - 2.5
- Updated to PMD 1.9
- Removed Recursive Directory options and integrated them into FileChooser itself.
- Complete redesign of the way PMD Rules and Copy/Paste Detector are used.

View File

@ -45,11 +45,13 @@ Take a look at the <a href="#releasenotes">Release Notes and Changelog</a> for m
<h2>Release Notes &amp; Changelog</h2>
<h3>2.5</h3>
<ol>
<li>Updated to PMD 1.8</li>
<li>Removed Recursive Directory options and integrated them into FileChooser itself.</li>
<li>Complete redesign of the way PMD Rules and Copy/Paste Detector are used.</li>
<li>Lots of code cleanup.</li>
<li>Updated to PMD 1.9</li>
<li>Removed Recursive Directory options and integrated them into FileChooser itself.</li>
<li>Complete redesign of the way PMD Rules and Copy/Paste Detector are used.</li>
<li>Fixed improper highlighting of Rule Violations. Because of this bug, any open file in jEdit was showing errors of other files too.</li>
<li>Lots of code cleanup and optimizations.</li>
</ol>
<h3>2.4</h3>
<ol>
<li>Optimized usage of ErrorSource for faster Error Highlighting.</li>