[doc] Update release notes (#4569)

This commit is contained in:
Andreas Dangel 2024-04-02 19:22:26 +02:00
parent 0b58805712
commit 115dee1db8
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -15,6 +15,8 @@ This is a {{ site.pmd.release_type }} release.
### 🚀 New and noteworthy
### 🐛 Fixed Issues
* java-bestpractices
* [#4569](https://github.com/pmd/pmd/issues/4569): \[java] ForLoopCanBeForeach reports on loop `for (int i = 0; i < list.size(); i += 2)`
* java-codestyle
* [#4881](https://github.com/pmd/pmd/issues/4881): \[java] ClassNamingConventions: interfaces are identified as abstract classes (regression in 7.0.0)
* java-design