Update changelog, refs #4388

This commit is contained in:
Juan Martín Sotuyo Dodero
2024-04-02 12:52:55 -03:00
parent 490775fb49
commit 58f5d81608

View File

@ -25,6 +25,8 @@ This is a {{ site.pmd.release_type }} release.
* [#3845](https://github.com/pmd/pmd/issues/3845): \[java] InsufficientStringBufferDeclaration should consider literal expression
* [#4874](https://github.com/pmd/pmd/issues/4874): \[java] StringInstantiation: False-positive when using `new String(charArray)`
* [#4886](https://github.com/pmd/pmd/issues/4886): \[java] BigIntegerInstantiation: False Positive with Java 17 and BigDecimal.TWO
* pom-errorprone
* [#4388](https://github.com/pmd/pmd/issues/4388): \[pom] InvalidDependencyTypes doesn't consider dependencies at all
### 🚨 API Changes