Update changelog, fixes #257

This commit is contained in:
Andreas Dangel
2017-02-20 16:01:54 +01:00
parent 8f22e69560
commit 1fc7df7f0d

View File

@ -40,6 +40,7 @@ This is a bug fixing release.
* [#246](https://github.com/pmd/pmd/issues/246): \[java] UnusedModifier doesn't check annotations
* [#247](https://github.com/pmd/pmd/issues/247): \[java] UnusedModifier doesn't check annotations inner classes
* [#248](https://github.com/pmd/pmd/issues/248): \[java] UnusedModifier doesn't check static keyword on nested enum declaration
* [#257](https://github.com/pmd/pmd/issues/257): \[java] UnusedLocalVariable false positive
### API Changes