You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2012/12/13 21:33:10 UTC

svn commit: r1421498 - /commons/proper/email/trunk/RELEASE-NOTES.txt

Author: tn
Date: Thu Dec 13 20:33:09 2012
New Revision: 1421498

URL: http://svn.apache.org/viewvc?rev=1421498&view=rev
Log:
Removed remark about Clirr errors from release notes as this has been fixed.

Modified:
    commons/proper/email/trunk/RELEASE-NOTES.txt

Modified: commons/proper/email/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/RELEASE-NOTES.txt?rev=1421498&r1=1421497&r2=1421498&view=diff
==============================================================================
--- commons/proper/email/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/email/trunk/RELEASE-NOTES.txt Thu Dec 13 20:33:09 2012
@@ -27,10 +27,6 @@ CHANGES FROM 1.2:
 
 * Java 5 or later is now required.
 
-* Clirr reports several errors for this release due to moving constants
-  from the Email class to the newly introduced EmailConstants interface.
-  These changes are guaranteed to be binary compatible.
-
 == New Features ==
 
 * Added new methods addTo(String[]), addCc(String[]) and addBcc(String[]) to Email.