diff --git a/docs/releasenotes.html b/docs/releasenotes.html
index 491a283a5..5099e8141 100644
--- a/docs/releasenotes.html
+++ b/docs/releasenotes.html
@@ -146,14 +146,25 @@ checkstyle-user).
Documentation error for naming convention checks
(bug 987503).
- FinalParametersCheck checks parameters of
- abstract methods.
- (bug 1002849).
+ FinalParametersCheck checks parameters of
+ abstract methods. (bug 1002849).
- Bug in ClassResolver where it was mismatching imports -
- example would match SecurityDataException when looking for
- DataException. Bug was visible in RedundantThrows check (no
- known bug).
+ Bug in ClassResolver where it was
+ mismatching imports - example would match
+ SecurityDataException when looking for DataException. Bug was
+ visible in RedundantThrows check (no known bug).
+
+ Fixed HiddenFieldCheck to correctly handle
+ static inner classes (bug 1032426).
+
+ Fixed misspelling of variable (patch
+ 1032618 contibuted by Paul Wagland).
+
+ Fixed ClassResolver to handle exceptions
+ which are inner for current class (bug 945149).
+
+ Fixed ClassResolver to handle
+ fully-qualified inner classes (bug 1037667).
@@ -1067,4 +1078,4 @@ checkstyle-user).
Copyright © 2002-2004 Oliver Burn. All rights Reserved.
-