Update changelog, fixes #219

This commit is contained in:
Andreas Dangel
2017-02-06 19:54:36 +01:00
parent 1950aeb001
commit 6c75c9160d

View File

@ -20,6 +20,8 @@ This is a bug fixing release, no major changes were introduced.
### Fixed Issues
* java-design
* [#219](https://github.com/pmd/pmd/issues/219): \[java] UnnecessaryLocalBeforeReturn: ClassCastException in switch case with local variable returned
* java-optimizations
* [#215](https://github.com/pmd/pmd/issues/215): \[java] RedundantFieldInitializer report for annotation field not explicitly marked as final