Update changelog, refs #800

This commit is contained in:
Juan Martín Sotuyo Dodero
2017-12-31 01:23:13 -03:00
parent c64f6af157
commit 99f8a72f27

View File

@ -30,6 +30,8 @@ This is a bug fixing release.
* java
* [#783](https://github.com/pmd/pmd/issues/783): \[java] GuardLogStatement regression
* [#793](https://github.com/pmd/pmd/issues/793): \[java] Parser error with private method in nested classes in interfaces
* java-bestpractices
* [#800](https://github.com/pmd/pmd/issues/800): \[java] ForLoopCanBeForeach NPE when looping on `this` object
* java-design
* [#785](https://github.com/pmd/pmd/issues/785): \[java] NPE in DataClass rule