diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml
index 20db6979f..b7f6ff4af 100644
--- a/src/xdocs/releasenotes.xml
+++ b/src/xdocs/releasenotes.xml
@@ -74,7 +74,7 @@
Empty Line Separator Check, fixed Exception if file doesn't have header. Author: Alex Kravin #621
- BooleanExpressionComplexity misidentifies integer expression as boolean expression. Author: ychulovskyy #572
+ BooleanExpressionComplexity misidentifies integer expression as boolean expression. Author: Yuriy Chulovskyy #572
@@ -236,10 +236,10 @@
Got rid of javadoc warning. Resolved maven compilation warnings. Author: Alex Kravin #548
- Refactored tests from blocks package. Author: ychulovskyy #537
+ Refactored tests from blocks package. Author: Yuriy Chulovskyy #537
- Turn on -r recursive by default in CLI. Author: ychulovskyy #3
+ Turn on -r recursive by default in CLI. Author: Yuriy Chulovskyy #3
Fixes for suppression examples. Author: MichaĆ Kordas #289
@@ -287,19 +287,19 @@
Generic Whitespace Check, fixed bug - '>' is followed by an illegal character. Author: Alex Kravin #350
- InnerTypeLast within methods. Author: ychulovskyy #6
+ InnerTypeLast within methods. Author: Yuriy Chulovskyy #6
- AnnotationUseStyle closingParens check failed. Author: ychulovskyy #131
+ AnnotationUseStyle closingParens check failed. Author: Yuriy Chulovskyy #131
- RequireThis triggers when try-with-resources defines resource with same name as method. Author: ychulovskyy #257
+ RequireThis triggers when try-with-resources defines resource with same name as method. Author: Yuriy Chulovskyy #257
- NullPointerException with SuppressWarningsHolder and enum fields. Author: ychulovskyy #353
+ NullPointerException with SuppressWarningsHolder and enum fields. Author: Yuriy Chulovskyy #353
- ParameterNumber check option to ignore methods with an @Override. Author: ychulovskyy #66
+ ParameterNumber check option to ignore methods with an @Override. Author: Yuriy Chulovskyy #66
MutableException check requires class to explicitly extend some other class. Author: Michal Kordas #60
@@ -329,7 +329,7 @@
Abstract Aware Type Check marked as deprecated, removed Redundant Throws Check. Author: Alex Kravin #473
- JUnitTestCaseCheck was removed from Checkstyle. Author: ychulovskyy #457
+ JUnitTestCaseCheck was removed from Checkstyle. Author: Yuriy Chulovskyy #457
Remove StrictDuplicateCodeCheck and whole package. Author: Michal Kordas #523
@@ -377,7 +377,7 @@
Indentation check fails for switch statements. Author: Max Vetrenko. #341
- -v CLI flag for querying the installed Checkstyle version. Author: ychulovskyy. #9
+ -v CLI flag for querying the installed Checkstyle version. Author: Yuriy Chulovskyy. #9
Notes:
@@ -532,7 +532,7 @@
Enable array initialisation indentation settings. Author: Vaclav Chalupa.
Enhance WhitespaceAroundCheck to ignore Annotation Array Initialization curlies as it does for Array Initialization outside of annotations. . Author: Jacob Tomaw
- ignore option to the JavadocVariable check. Author: ychulovskyy. #98
+ ignore option to the JavadocVariable check. Author: Yuriy Chulovskyy. #98
New: InterfaceTypeParameterName check. Author: Max Vetrenko. #202
@@ -603,11 +603,11 @@
Fixed RightCurlyCheck for empty methods. Author: Max Vetrenko. #213
- Fixed WhitespaceAroundCheck. fix for anonymous inner class. Author: ychulovskyy. #105
+ Fixed WhitespaceAroundCheck. fix for anonymous inner class. Author: Yuriy Chulovskyy. #105
Fixed RedundantModifier. Abstract Interface Should not be Allowed.
- Author: ychulovskyy. #209
+ Author: Yuriy Chulovskyy. #209
Fixed EmptyBlock. need to handle switch block.
@@ -631,7 +631,7 @@
Exception thrown when parsing numeric constant "3.14_15F".
- Author: ychulovskyy#134
+ Author: Yuriy Chulovskyy#134
RequireThis triggers for static interface fields Fixed.
@@ -673,7 +673,7 @@
dsm-maven-plugin is used to show dependency structure of project on site. Author: Ilja Dubinin.
- Added and updated documentation/messages for number of Checks. Authors: Max Vetrenko, Thomas Jensen, ychulovskyy, Jarmo Isotalo
+ Added and updated documentation/messages for number of Checks. Authors: Max Vetrenko, Thomas Jensen, Yuriy Chulovskyy, Jarmo Isotalo
, Peter O, Ryszard Wisniewski, Ilja Gubins, Baratali Izmailov, Jan Schafer, Niklas Walter, Andrew Gaul.