diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml
index 37a81e726..5b92cb865 100644
--- a/src/xdocs/releasenotes.xml
+++ b/src/xdocs/releasenotes.xml
@@ -34,10 +34,10 @@
New:
-
- New option for ThrowsCount check to skip private methods. Author: vlad #1136
+ New option for ThrowsCount check to skip private methods. Author: vlad #1136
-
- New option value for NewlineAtEndOfFile check, LineSeparatorOption.LF_CR_CRLF. Author: Martin Steiger #1045
+ New option value for NewlineAtEndOfFile check, LineSeparatorOption.LF_CR_CRLF. Author: Martin Steiger #1045
@@ -50,10 +50,10 @@
Fix no possibility to set English language explicitly in config. Author: Michal Kordas #152
- Do not verify overriding methods in ThrowsCount check. Author: vlad #1085
+ Do not verify overriding methods in ThrowsCount check. Author: vlad #1085
- Fix Regexp check causing exception on file with newline on top. Author: Michal Kordas #1129
+ Fix Regexp check causing exception on file with newline on top. Author: Michal Kordas #1129
Fix RegexpMultiline causing exception with default config. Author: Michal Kordas #1129
@@ -62,34 +62,34 @@
Add support for canonical class names in MutableException. Author: Michal Kordas #1124
- Fix NeedBraces check not requiring braces in multiline statements when using allowSingleLineStatement option. Author: Michal Kordas #895
+ Fix NeedBraces check not requiring braces in multiline statements when using allowSingleLineStatement option. Author: Michal Kordas #895
Fix equals and hashCode in SuppressionFilter, SuppressElement, IntRangeFilter, LocalizedMessage and remove obsolete toString. Author: Michal Kordas #1088
- Add "/", "+" and "-" to list of allowed tokens in MagicNumber check. Author: Michal Kordas #1113
+ Add "/", "+" and "-" to list of allowed tokens in MagicNumber check. Author: Michal Kordas #1113
- Extend ReturnCount check to use separate return counter for lambdas. Author: Michal Kordas #1068
+ Extend ReturnCount check to use separate return counter for lambdas. Author: Michal Kordas #1068
- Fix exception in OneTopLevelClass Check for package-info files. Author: Michal Kordas #1065
+ Fix exception in OneTopLevelClass check for package-info files. Author: Michal Kordas #1065
- Fix exception in FallThrough Check for nested switch statements. Author: Michal Kordas #837
+ Fix exception in FallThrough check for nested switch statements. Author: Michal Kordas #837
Magic Number annotation detection enhanced for arbitrary parent nodes. Author: Mehmet Can Cömert #926
- Improve standard package regexp for CustomImportOrder check. Author: Michal Kordas #1020
+ Improve standard package regexp for CustomImportOrder check. Author: Michal Kordas #1020
- Fix NPE in ModifiedControlVariable check. Author: Michal Kordas #1012
+ Fix NPE in ModifiedControlVariable check. Author: Michal Kordas #1012
- Include enums in CovariantEquals check analysis. Author: Michal Kordas #1011
+ Include enums in CovariantEquals check analysis. Author: Michal Kordas #1011
Fix parsing of allowedAnnotations property in JavadocMethod. Author: Gustav Carlson #1145
@@ -109,16 +109,16 @@
100% test coverage for com.puppycrawl.tools.checkstyle.checks.design. Author: vlad #1009
- removing dead code and refactoring in VisibilityModifier check. Author: vlad #1107
+ removing dead code and refactoring in VisibilityModifier check. Author: vlad #1107
Replace deprecated PosixParser with DefaultParser. Author: Michal Kordas #1099
- remove dead code from MutableException check. Author: vlad #1103
+ remove dead code from MutableException check. Author: vlad #1103
- remove dead code from FinalClass check. Author: vlad #1100
+ remove dead code from FinalClass check. Author: vlad #1100
Make tests of Main class platform independent. Author: Michal Kordas #1086
@@ -154,24 +154,24 @@
Remove obsolete space from general error message. Author: Michal Kordas #1029
- Add missing space in error message for CustomImportOrder check. Author: Michal Kordas #1027
+ Add missing space in error message for CustomImportOrder check. Author: Michal Kordas #1027
resolving Findbugs violation: #911 , #909,
- #778, #923,
- #925, #596. Author: Roman Ivanov
+ #778, #923,
+ #925, #596. Author: Roman Ivanov
huge refactoring for CLI Main class. Author: Roman Ivanov #596
- Option allowPublicFinalFields does not exist in VisibilityModifier check. Author: Roman Ivanov #1126
+ Option allowPublicFinalFields does not exist in VisibilityModifier check. Author: Roman Ivanov #1126
- OneTopLevelClass check example is broken and documentation missing, for 'tokens' property. Author: Roman Ivanov #1017
+ OneTopLevelClass check example is broken and documentation missing, for 'tokens' property. Author: Roman Ivanov #1017
- OneTopLevelClass check example in documentation has invalid XML syntax. Author: Roman Ivanov #1016
+ OneTopLevelClass check example in documentation has invalid XML syntax. Author: Roman Ivanov #1016