Add next version to changes.xml

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1578992 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-03-18 18:08:59 +00:00
parent 2824f002cb
commit ac5451f0bb
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@
</properties>
<body>
<release version="3.4" date="tba" description="tba">
</release>
<release version="3.3.1" date="2014-03-18" description="Bugfix release for 3.3">
<action issue="LANG-987" type="fix" dev="djones">DateUtils.getFragmentInDays(Date, Calendar.MONTH) returns wrong days</action>
<action issue="LANG-983" type="fix" dev="sebb">DurationFormatUtils does not describe format string fully</action>