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

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

Author: britter
Date: Sat Mar 15 12:33:50 2014
New Revision: 1577849

URL: http://svn.apache.org/r1577849
Log:
Tweak release notes a bit more

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=1577849&r1=1577848&r2=1577849&view=diff
==============================================================================
--- commons/proper/lang/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/lang/trunk/RELEASE-NOTES.txt Sat Mar 15 12:33:50 2014
@@ -17,11 +17,13 @@ For the advice on upgrading from 2.x to 
 FIXED BUGS
 ============
 
-o LANG-987:  DateUtils.getFragmentInDays(Date, Calendar.MONTH) returns wrong days
+o LANG-987:  DateUtils.getFragmentInDays(Date, Calendar.MONTH) returns wrong
+             days
 o LANG-983:  DurationFormatUtils does not describe format string fully
 o LANG-981:  DurationFormatUtils#lexx does not detect unmatched quote char
 o LANG-984:  DurationFormatUtils does not handle large durations correctly
-o LANG-982:  DurationFormatUtils.formatDuration(61999, "s.SSSS") - ms field size should be 4 digits
+o LANG-982:  DurationFormatUtils.formatDuration(61999, "s.SSSS") - ms field
+             size should be 4 digits
 o LANG-978:  Failing tests with Java 8 b128
 
                         Release Notes for version 3.3
@@ -82,7 +84,7 @@ CHANGES
 o LANG-961:  org.apache.commons.lang3.reflect.FieldUtils.removeFinalModifier(Field)
              does not clean up after itself
 o LANG-958:  FastDateParser javadoc incorrectly states that SimpleDateFormat
-            is used internally
+             is used internally
 o LANG-956:  Improve JavaDoc of WordUtils.wrap methods
 o LANG-939:  Move Documentation from user guide to package-info files
 o LANG-953:  Convert package.html files to package-info.java files