You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2012/01/26 08:22:54 UTC

svn commit: r1236057 - /commons/proper/lang/trunk/src/site/changes/changes.xml

Author: bayard
Date: Thu Jan 26 07:22:54 2012
New Revision: 1236057

URL: http://svn.apache.org/viewvc?rev=1236057&view=rev
Log:
Adding 462 and 786 to the change history

Modified:
    commons/proper/lang/trunk/src/site/changes/changes.xml

Modified: commons/proper/lang/trunk/src/site/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/changes/changes.xml?rev=1236057&r1=1236056&r2=1236057&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/changes/changes.xml (original)
+++ commons/proper/lang/trunk/src/site/changes/changes.xml Thu Jan 26 07:22:54 2012
@@ -21,7 +21,8 @@
   </properties>
   <body>
 
-  <release version="3.2" date="TBA" description="December release">
+  <release version="3.2" date="TBA" description="Next release">
+    <action type="fix" issue="LANG-786">StringUtils equals() relies on undefined behavior</action>
     <action type="fix" issue="LANG-783">Documentation bug: StringUtils.split</action>
     <action type="fix" issue="LANG-776">TypeUtilsTest contains incorrect type assignability assertion</action>
     <action type="fix" issue="LANG-775">TypeUtils.getTypeArguments() misses type arguments for partially-assigned classes</action>
@@ -32,6 +33,7 @@
     <action type="fix" issue="LANG-761">Fix javadoc Ant warnings</action>
     <action type="fix" issue="LANG-743">JavaDoc bug in static inner class DateIterator</action>
     <action type="add" issue="LANG-675">Add Triple class (ternary version of Pair)</action>
+    <action type="add" issue="LANG-462">FastDateFormat supports parse methods</action>
   </release>
 
   <release version="3.1" date="2011-11-14" description="November release">