Tweak release notes a bit more

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1577849 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-03-15 12:33:50 +00:00
parent c9131ef24e
commit 356e5c1eca
1 changed files with 5 additions and 3 deletions

View File

@ -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