diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml
index 286122bb3..10744007a 100644
--- a/src/xdocs/releasenotes.xml
+++ b/src/xdocs/releasenotes.xml
@@ -26,7 +26,7 @@
Detect only label as illegal token in IllegalToken check, default token set is changed to TokenTypes.LABELED_STAT. Author: Michal Kordas #1162
- Add possibility to configure targets for ParenPad check, LPAREN and RPAREN were removed from acceptable tokens. #1189 . Author: Vladislav Lisetskiy #1189
+ 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
@@ -55,10 +55,10 @@
Bug fixes:
-
- correction of parsing of attributes in AtclauseOrderCheck, #1152 . Author: Vladislav Lisetskiy #1152
+ correction of parsing of attributes in AtclauseOrderCheck. Author: Vladislav Lisetskiy #1152
-
- fix for JavadocMethodCheck: catch NoClassDefFoundError in ClassResolver, #1192 . Author: Vladislav Lisetskiy #1192
+ fix for JavadocMethodCheck: catch NoClassDefFoundError in ClassResolver. Author: Vladislav Lisetskiy #1192
-
Replace hardcoded message in WhitespaceAfterCheck with new message (i18n). Author: MEZk #967
@@ -76,7 +76,7 @@
Fixed exception in AvoidStaticImport check trying to exclude members of inner class. Author: Aleksandr Ivanov #1209
-
- Solution to "Incorrect config file cause CLI finish with error but no output with details" solves #1180 . Author: Bhavik Patel #1180
+ Solution to "Incorrect config file cause CLI finish with error but no output with details". Author: Bhavik Patel #1180
-
Fix exception in SuppressWarnings check on complex annotations. Author: Michal Kordas #1201