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