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 2013/04/12 10:34:34 UTC

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

Author: bayard
Date: Fri Apr 12 08:34:34 2013
New Revision: 1467204

URL: http://svn.apache.org/r1467204
Log:
Noted LANG-875 in the changes.xml

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=1467204&r1=1467203&r2=1467204&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/changes/changes.xml (original)
+++ commons/proper/lang/trunk/src/changes/changes.xml Fri Apr 12 08:34:34 2013
@@ -22,6 +22,7 @@
   <body>
 
   <release version="3.2" date="TBA" description="Next release">
+    <action issue="LANG-875" type="add">Added appendIfMissing and prependIfMissing methods to StringUtils</action>
     <action issue="LANG-881" type="fix">NumberUtils.createNumber() Javadoc says it does not work for octal numbers</action>
     <action type="fix">Fixed URLs in javadoc to point to new oracle.com pages</action>
     <action issue="LANG-870" type="add">Add StringUtils.LF and StringUtils.CR values</action>