diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 728f13361b..3f177f67ad 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -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