diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 5aac399c6..24c555db2 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -78,7 +78,6 @@ BUG FIXES IN 2.4: * [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