[doc] Update release notes, refs #2784, fixes #2783

This commit is contained in:
Andreas Dangel
2020-09-17 14:57:55 +02:00
parent 3c1b0afcf6
commit d81731ed6c

View File

@ -35,6 +35,7 @@ AbstractTokenizer and the custom tokenizers of Fortran, Perl and Ruby are deprec
* [#2756](https://github.com/pmd/pmd/issues/2756): \[java] TypeTestUtil fails with NPE for anonymous class
* [#2759](https://github.com/pmd/pmd/issues/2759): \[java] False positive in UnusedAssignment
* [#2767](https://github.com/pmd/pmd/issues/2767): \[java] IndexOutOfBoundsException when parsing an initializer BlockStatement
* [#2783](https://github.com/pmd/pmd/issues/2783): \[java] Error while parsing with lambda of custom interface
### API Changes