diff --git a/docs/releasenotes.html b/docs/releasenotes.html
index b84f01ca0..78270f4ee 100644
--- a/docs/releasenotes.html
+++ b/docs/releasenotes.html
@@ -63,6 +63,7 @@
Detect obsolete final modifier in interfaces (request 651121).
Detect whitespace before ';' (request 521323).
Added DTD for XML output (request 622157).
+ Added an XSL stylesheet to convert XML output to plain text, contributed by Jon Scott Stevens.
Added portuguese localization, contributed by Pedro Morais.
Added finnish localization, contributed by Ville Skyttä.
Added french localization, contributed by Pierre Dittgen.
@@ -82,6 +83,13 @@
Ant Task: NullPointerException when type was not specified in formatter (bug 670321).
+
+ Removed features:
+
+
+ - Removed support for japanese localization until we find a new maintainer.
+
+
API changes (only relevant for IDE plugin authors):