Author: bayard
Date: Thu Apr 18 08:16:55 2013
New Revision: 1469221
URL: http://svn.apache.org/r1469221
Log:
Documenting the LANG-846 fix
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=1469221&r1=1469220&r2=1469221&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/changes/changes.xml (original)
+++ commons/proper/lang/trunk/src/changes/changes.xml Thu Apr 18 08:16:55 2013
@@ -22,6 +22,7 @@
<body>
<release version="3.2" date="TBA" description="Next release">
+ <action issue="LANG-846" type="update">Provide
CharSequenceUtils.regionMatches with a proper green implementation instead of
inefficiently converting to Strings</action>
<action issue="LANG-797" type="add">Added escape/unescapeJson to
StringEscapeUtils</action>
<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>