Update changelog, refs #1153
This commit is contained in:
@ -13,12 +13,19 @@ This is a minor release.
|
||||
### Table Of Contents
|
||||
|
||||
* [New and noteworthy](#new-and-noteworthy)
|
||||
* [Modified Rules](#modified-rules)
|
||||
* [Fixed Issues](#fixed-issues)
|
||||
* [API Changes](#api-changes)
|
||||
* [External Contributions](#external-contributions)
|
||||
|
||||
### New and noteworthy
|
||||
|
||||
#### Modified Rules
|
||||
|
||||
* The Java rule [UnnecessaryModifier](pmd_rules_java_codestyle.html#unnecessarymodifier) (`java-codestyle`)
|
||||
now detects enum constrcutors with explicit `private` modifier. The rule now produces better error messages
|
||||
letting you know exactly which modifiers are redundant at each declaration.
|
||||
|
||||
### Fixed Issues
|
||||
|
||||
### API Changes
|
||||
|
Reference in New Issue
Block a user