Documenting the LANG-846 fix

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1469221 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2013-04-18 08:16:55 +00:00
parent f9acb40b99
commit 90be7a25c6
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
<body> <body>
<release version="3.2" date="TBA" description="Next release"> <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-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-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 issue="LANG-881" type="fix">NumberUtils.createNumber() Javadoc says it does not work for octal numbers</action>