update changelog, refs #4978

This commit is contained in:
Juan Martín Sotuyo Dodero
2024-04-27 19:46:56 -03:00
parent 289d5aed3b
commit 882e9ccd2d

View File

@ -16,6 +16,8 @@ This is a {{ site.pmd.release_type }} release.
### 🐛 Fixed Issues
* core
* [#4978](https://github.com/pmd/pmd/issues/4978): \[core] Referenced Rulesets do not emit details on validation errors
* java-bestpractices
* [#4278](https://github.com/pmd/pmd/issues/4278): \[java] UnusedPrivateMethod FP with Junit 5 @MethodSource and default factory method name
* [#4975](https://github.com/pmd/pmd/issues/4975): \[java] UnusedPrivateMethod false positive when using @MethodSource on a @Nested test