From 7c3bce05462d5efb9338e6cfc3e4fca528fc4d75 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Mon, 1 May 2017 19:36:04 +0200 Subject: [PATCH] Improve changelog --- src/site/markdown/overview/changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/site/markdown/overview/changelog.md b/src/site/markdown/overview/changelog.md index 2ff953f63f..d5e44742a5 100644 --- a/src/site/markdown/overview/changelog.md +++ b/src/site/markdown/overview/changelog.md @@ -19,6 +19,15 @@ This is a minor release. * The rule "FieldDeclarationsShouldBeAtStartOfClass" of the java-design ruleset has a new property `ignoreInterfaceDeclarations`. Setting this property to `true` ignores interface declarations, that precede fields. + Example usage: + + + + + + + + ### Fixed Issues