diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml
index 10744007a..f6e6bdf1d 100644
--- a/src/xdocs/releasenotes.xml
+++ b/src/xdocs/releasenotes.xml
@@ -29,7 +29,7 @@
Add possibility to configure targets for ParenPad check, LPAREN and RPAREN were removed from acceptable tokens. Author: Vladislav Lisetskiy #1189
- Set default value of max property to 4 (from 1) for ThrowsCountCheck and update javadoc/xdoc. Author: MEZk #1143
+ Set default value of max property to 4 (from 1) for ThrowsCountCheck and update javadoc/xdoc. Author: Andrei Selkin #1143
Restoring method FileContents.getFileName() to keep backward compatibility for some time. Author: Thomas Jensen #1205
@@ -61,7 +61,7 @@
fix for JavadocMethodCheck: catch NoClassDefFoundError in ClassResolver. Author: Vladislav Lisetskiy #1192
- Replace hardcoded message in WhitespaceAfterCheck with new message (i18n). Author: MEZk #967
+ Replace hardcoded message in WhitespaceAfterCheck with new message (i18n). Author: Andrei Selkin #967
Solution to wrong variable reported because of name shadowing in FinalLocalVariableCheck. Author: Bhavik Patel #1142
@@ -101,7 +101,7 @@
.gitignore with Eclipse's .externalToolBuilders and .checkstyle from Checkstyle CS Eclipse Plug-in . Author: Michael Vorburger
- 100% test coverage for com.puppycrawl.tools.checkstyle.checks.sizes. Author: MEZk #1024
+ 100% test coverage for com.puppycrawl.tools.checkstyle.checks.sizes. Author: Andrei Selkin #1024
Fix empty html pages for extending Checkstyle and style configurations. Author: Vladislav Lisetskiy #1231
@@ -285,7 +285,7 @@
Change location of left curly braces to end of line. Author: Michal Kordas #1089
- Make coverage 100% for all classes at package com.puppycrawl.tools.checkstyle.checks.sizes. Author: MEZk #1024
+ Make coverage 100% for all classes at package com.puppycrawl.tools.checkstyle.checks.sizes. Author: Andrei Selkin #1024
100% test coverage for com.puppycrawl.tools.checkstyle.checks.design. Author: Vladislav Lisetskiy #1009