Update changelog, refs #1153

This commit is contained in:
Juan Martín Sotuyo Dodero
2018-06-12 00:51:25 -03:00
parent 71ddcea0e7
commit eeca5bbf3a

View File

@ -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