diff --git a/docs/releasenotes.html b/docs/releasenotes.html
index 1289cf0ea..0c15cc271 100644
--- a/docs/releasenotes.html
+++ b/docs/releasenotes.html
@@ -62,6 +62,15 @@
Resolved bugs:
- Better error reporting for missing properties files (bug 576165).
+ - Ant task now logs style violations as errors (bug 561616).
+
+
+
+
+ API changes (only relevant for IDE plugin authors):
+
+ - The get/setOutputStream methods have been removed from the AuditListener interface. The XMLLogger and DefaultLogger implementations now expect OutputStreams to be provided as a constructor argument.
+ - The DefaultLogger now differentiates between info messages ("started checking file ...", etc.) and error messages (style errors found by checkstyle).