From eeca5bbf3a36f1c001299cebe652188e82d3f14b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Sotuyo=20Dodero?= Date: Tue, 12 Jun 2018 00:51:25 -0300 Subject: [PATCH] Update changelog, refs #1153 --- docs/pages/release_notes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 7719b5d2a3..c427525449 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -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