Update release notes, refs #1530, fixes #1518

This commit is contained in:
Andreas Dangel
2018-12-22 23:26:07 +01:00
parent cbebef552a
commit 8fa33b5adf

View File

@ -14,11 +14,22 @@ This is a {{ site.pmd.release_type }} release.
### New and noteworthy
#### New Rules
* The new Java rule {% rule "java/bestpractices/AvoidReassigningLoopVariables" %} (`java-bestpractices`) searches
for loop variables that are reassigned. Changing the loop variables additionally to the loop itself can lead to
hard-to-find bugs.
### Fixed Issues
* java-bestpractices
* [#1518](https://github.com/pmd/pmd/issues/1518): \[java] New rule: AvoidReassigningLoopVariable
### API Changes
### External Contributions
* [#1530](https://github.com/pmd/pmd/pull/1530): \[java] New rule: AvoidReassigningLoopVariables - [Kris Scheibe](https://github.com/kris-scheibe)
{% endtocmaker %}