From a2242438ffde245e116728ddfa99507ce490a346 Mon Sep 17 00:00:00 2001
From: lkuehne
Date: Tue, 2 Jul 2002 20:21:04 +0000
Subject: [PATCH] fixed bug 561616
---
docs/releasenotes.html | 9 +++++++++
1 file changed, 9 insertions(+)
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).