[doc] Update release notes (#5257)

This commit is contained in:
Andreas Dangel 2024-10-06 18:48:47 +02:00
parent 5ecc29245b
commit 377670f267
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -35,6 +35,7 @@ The old rule names still work but are deprecated.
* [#4532](https://github.com/pmd/pmd/issues/4532): \[java] Rule misnomer for JUnit* rules
* java-errorprone
* [#5067](https://github.com/pmd/pmd/issues/5067): \[java] CloseResource: False positive for FileSystems.getDefault()
* [#5257](https://github.com/pmd/pmd/issues/5257): \[java] NonCaseLabelInSwitch should consider switch expressions
### 🚨 API Changes
* java-bestpractices