Update release notes, refs #3910

This commit is contained in:
Clément Fournier 2022-04-15 15:01:22 +02:00 committed by Seth Wilcox
parent 6f12ed1322
commit 8277fd2064

View File

@ -14,6 +14,13 @@ This is a {{ site.pmd.release_type }} release.
### New and noteworthy
#### Modified rules
* The Java rule {% rule java/bestpractices/UnusedPrivateField %} has a new property `ignoredFieldNames`.
The default ignores serialization-specific fields (eg `serialVersionUID`).
The property can be used to ignore more fields based on their name.
Note that the rule used to ignore fields named `IDENT`, but doesn't anymore (add this value to the property to restore the old behaviour).
### Fixed Issues
* core
* [#3881](https://github.com/pmd/pmd/issues/3881): \[core] SARIF renderer depends on platform default encoding
@ -30,6 +37,7 @@ This is a {{ site.pmd.release_type }} release.
### External Contributions
* [#3883](https://github.com/pmd/pmd/pull/3883): \[doc] Improve side bar by Adding Release Date - [@jasonqiu98](https://github.com/jasonqiu98)
* [#3910](https://github.com/pmd/pmd/pull/3910): \[java] Allow the ignored fieldnames in the Unused Private Field check to be configurable - [Seth Wilcox](https://github.com/laoseth)
{% endtocmaker %}