Update changelog, refs #5207

This commit is contained in:
Juan Martín Sotuyo Dodero 2024-09-14 00:35:38 -03:00
parent 59c88e9bb0
commit 8a9aec831d

View File

@ -24,6 +24,8 @@ This is a {{ site.pmd.release_type }} release.
* [#5059](https://github.com/pmd/pmd/issues/5059): \[core] xml output doesn't escape CDATA inside its own CDATA
* java
* [#5190](https://github.com/pmd/pmd/issues/5190): \[java] NPE in type inference
* java-errorprone
* [#5207](https://github.com/pmd/pmd/issues/5207): \[java] CheckSkipResult: false positve for a private method `void skip(int)` in a subclass of FilterInputStream
### 🚨 API Changes