diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 8154d25a8..a3e44d684 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -17,11 +17,13 @@ For the advice on upgrading from 2.x to 3.x, see the following page: 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