[doc] Update release notes (SwitchDensity)

This commit is contained in:
Andreas Dangel
2023-04-29 22:45:27 +02:00
parent e493db664e
commit d498cb1a7b

View File

@ -59,8 +59,10 @@ For the changes, see [PMD Designer Changelog](https://github.com/pmd/pmd-designe
* New: CPD support for Julia
#### Rule Changes
* {% rule "java/design/ImmutableField" %}: the property `ignoredAnnotations` has been removed. The property was
* {% rule java/design/ImmutableField %}: the property `ignoredAnnotations` has been removed. The property was
deprecated since PMD 6.52.0.
* {% rule java/design/SwitchDensity %}: the type of the property `minimum` has been changed from decimal to integer
for consistency with other statistical rules.
#### Fixed Issues
* cli