[doc] Update release notes (#5329, #5330)

This commit is contained in:
Andreas Dangel 2024-11-14 19:18:11 +01:00
parent bf388d7fd0
commit 32f55e22e3
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -20,6 +20,7 @@ This is a {{ site.pmd.release_type }} release.
* java
* [#5293](https://github.com/pmd/pmd/issues/5293): \[java] Deadlock when executing PMD in multiple threads
* [#5324](https://github.com/pmd/pmd/issues/5324): \[java] Issue with type inference of nested lambdas
* [#5329](https://github.com/pmd/pmd/issues/5329): \[java] Type inference issue with unknown method ref in call chain
### 🚨 API Changes