[doc] Update release notes (#3936, #3985)

This commit is contained in:
Andreas Dangel
2022-06-04 15:14:35 +02:00
parent 051951e852
commit 62d27c07b4

View File

@ -16,11 +16,13 @@ This is a {{ site.pmd.release_type }} release.
### Fixed Issues
* java-errorprone
* [#3936](https://github.com/pmd/pmd/issues/3936): \[java] AvoidFieldNameMatchingMethodName should consider enum class
* [#3937](https://github.com/pmd/pmd/issues/3937): \[java] AvoidDuplicateLiterals - uncompilable test cases
### API Changes
### External Contributions
* [#3985](https://github.com/pmd/pmd/pull/3985): \[java] Fix false negative problem about Enum in AvoidFieldNameMatchingMethodName #3936 - [@Scrsloota](https://github.com/Scrsloota)
* [#3993](https://github.com/pmd/pmd/pull/3993): \[java] AvoidDuplicateLiterals - Add the method "buz" definition to test cases - [@dalizi007](https://github.com/dalizi007)
{% endtocmaker %}