Update changelog, refs #4042

This commit is contained in:
Juan Martín Sotuyo Dodero
2024-05-14 09:25:16 -03:00
parent 38194a49f7
commit 746f64f8e2

View File

@ -41,6 +41,8 @@ Since this release, PMD will also expose any getter returning a collection of an
* [#4985](https://github.com/pmd/pmd/issues/4985): \[java] UnusedPrivateMethod false-positive / method reference in combination with custom object
* java-codestyle
* [#4930](https://github.com/pmd/pmd/issues/4930): \[java] EmptyControlStatement should not allow empty try with concise resources
* java-errorprone
* [#4042](https://github.com/pmd/pmd/issues/4042): \[java] A false negative about the rule StringBufferInstantiationWithChar
### 🚨 API Changes