Author: bayard
Date: Sat Oct 26 02:50:25 2013
New Revision: 1535916

URL: http://svn.apache.org/r1535916
Log:
Adding LANG-928, also moved a couple of items to past tense

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

Modified: commons/proper/lang/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/changes/changes.xml?rev=1535916&r1=1535915&r2=1535916&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/changes/changes.xml (original)
+++ commons/proper/lang/trunk/src/changes/changes.xml Sat Oct 26 02:50:25 2013
@@ -22,8 +22,9 @@
   <body>
 
   <release version="3.2" date="TBA" description="Next release">
-    <action issue="LANG-928" type="fix">OctalUnescaper has bugs when parsing 
octals starting with a zero</action>
-    <action issue="LANG-905" type="fix">EqualsBuilder returns true when 
comparing arrays, even when the elements are different</action>
+    <action issue="LANG-929" type="fix">OctalUnescaper tried to parse all of 
\279</action>
+    <action issue="LANG-928" type="fix">OctalUnescaper had bugs when parsing 
octals starting with a zero</action>
+    <action issue="LANG-905" type="fix">EqualsBuilder returned true when 
comparing arrays, even when the elements are different</action>
     <action issue="LANG-774" type="add" due-to="Erhan Bagdemir">Added 
isStarted, isSuspended and isStopped to StopWatch</action>
     <action issue="LANG-917" type="fix" due-to="Arne Burmeister">Fixed 
exception when combining custom and choice format in 
ExtendedMessageFormat</action>
     <action issue="LANG-848" type="add" due-to="Alexander Muthmann">Added 
StringUtils.isBlank/isEmpty CharSequence... methods</action>


Reply via email to