diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml
index bcb6749eb..250d15945 100755
--- a/src/xdocs/releasenotes.xml
+++ b/src/xdocs/releasenotes.xml
@@ -14,25 +14,32 @@
Fixed Bugs:
- - Documentation for JavadocMethod check corrected to
- indicate that after fix for 1290379 javadoc which contains
- only @see tag is not valid any more (bug 1369615)
-
- - Fixed StackOverflowError in GenericIllegalRegexp check
- which may occur if ignoreComments is true and there is an
- illegal match in comment at the end of line. (bug 1371588)
-
- - InnerAssignment now ignores assignments in
- annotations. (bug 1369425)
-
- - Applied patch from Ralf (rakus) to remove javadoc's
- complainings. (patch 1352862)
-
- Fixed StringIndexOutOfBoundsException which MethodParamPad may
- throws if someone tries to create object of generic class
- (with any params) (bug 1374792).
-
+ Documentation for JavadocMethod check corrected to indicate
+ that after fix for 1290379 javadoc which contains only @see
+ tag is not valid any more (bug 1369615)
+ -
+ Fixed StackOverflowError in GenericIllegalRegexp check
+ which may occur if ignoreComments is true and there is an
+ illegal match in comment at the end of line. (bug 1371588)
+
+ -
+ InnerAssignment now ignores assignments in annotations. (bug
+ 1369425)
+
+ -
+ Applied patch from Ralf (rakus) to remove javadoc's
+ complainings. (patch 1352862)
+
+ -
+ Fixed StringIndexOutOfBoundsException which MethodParamPad may
+ throws if someone tries to create object of generic class
+ (with any params) (bug 1374792).
+
+ -
+ Added information to the manifest file. (bug 1380322).
+