You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2008/03/11 15:33:42 UTC

svn commit: r635943 - /commons/proper/lang/trunk/RELEASE-NOTES.txt

Author: mbenson
Date: Tue Mar 11 07:33:39 2008
New Revision: 635943

URL: http://svn.apache.org/viewvc?rev=635943&view=rev
Log:
remove MultiFormatTest note

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

Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/RELEASE-NOTES.txt?rev=635943&r1=635942&r2=635943&view=diff
==============================================================================
--- commons/proper/lang/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/lang/trunk/RELEASE-NOTES.txt Tue Mar 11 07:33:39 2008
@@ -78,7 +78,6 @@
     * [LANG-368] - FastDateFormat getDateInstance() and getDateTimeInstance() assume Locale.getDefault() won't change
     * [LANG-369] - ExceptionUtils not thread-safe
     * [LANG-372] - ToStringBuilder: MULTI_LINE_STYLE does not print anything from appendToString methods.
-    * [LANG-376] - MultiFormatTest testWTF() does nothing useful
     * [LANG-380] - infinite loop in Fraction.reduce when numerator == 0
     * [LANG-381] - NumberUtils.min(floatArray) returns wrong value if floatArray[0] happens to be Float.NaN
     * [LANG-385] - http://commons.apache.org/lang/developerguide.html "Building" section is incorrect and incomplete