[doc] Update release notes (#3605 #3805)

This commit is contained in:
Andreas Dangel
2022-02-25 11:23:44 +01:00
parent 4aa7b56fab
commit 71f4fe7243

View File

@ -20,6 +20,8 @@ This is a {{ site.pmd.release_type }} release.
* [#3427](https://github.com/pmd/pmd/issues/3427): \[core] Stop printing CLI usage text when exiting due to invalid parameters
* java
* [#3698](https://github.com/pmd/pmd/issues/3697): \[java] Parsing error with try-with-resources and qualified resource
* java-bestpractices
* [#3605](https://github.com/pmd/pmd/issues/3605): \[java] SwitchStmtsShouldHaveDefault triggered when default case is present
* java-codestyle
* [#278](https://github.com/pmd/pmd/issues/278): \[java] ConfusingTernary should treat `!= null` as positive condition
* java-performance