Author: bayard
Date: Thu Oct 24 20:07:24 2013
New Revision: 1535519

URL: http://svn.apache.org/r1535519
Log:
Noting LANG-848

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=1535519&r1=1535518&r2=1535519&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/changes/changes.xml (original)
+++ commons/proper/lang/trunk/src/changes/changes.xml Thu Oct 24 20:07:24 2013
@@ -22,7 +22,8 @@
   <body>
 
   <release version="3.2" date="TBA" description="Next release">
-    <action issue="LANG-926" type="add" dev="ggregory">Add 
ArrayUtils.reverse(array, from, to) methods.</action>
+    <action issue="LANG-848" type="add" due-to="Alexander Muthmann">Added 
StringUtils.isBlank/isEmpty CharSequence... methods</action>
+    <action issue="LANG-926" type="add" dev="ggregory">Added 
ArrayUtils.reverse(array, from, to) methods</action>
     <action issue="LANG-795" type="add" due-to="Aaron 
Digulla">StringUtils.toString(byte[], String) deprecated in favour of a new 
StringUtils.toString(byte[], CharSet)</action>
     <action issue="LANG-902" type="fix" due-to="Andrzej 
Winnicki">RandomStringUtils.random javadoc was incorrectly promising letters 
and numbers would, as opposed to may, appear</action>
     <action issue="LANG-921" type="fix" 
dev="britter">BooleanUtils.xor(boolean...) produces wrong results</action>


Reply via email to