Update release notes, fixes #1094

This commit is contained in:
Andreas Dangel
2019-05-31 20:38:57 +02:00
parent 3227f7e605
commit a115daefe0

View File

@@ -14,8 +14,16 @@ This is a {{ site.pmd.release_type }} release.
### New and noteworthy
#### Modified Rules
* The Java rule {% rule "java/design/UseUtilityClass" %} (`java-design`) has a new property `ignoredAnnotations`.
By default, classes that are annotated with Lombok's `@UtilityClass` are ignored now.
### Fixed Issues
* java-design
* [#1094](https://github.com/pmd/pmd/issues/1094): \[java] UseUtilityClass should be LombokAware
### API Changes
### External Contributions