Noted LANG-875 in the changes.xml

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1467204 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2013-04-12 08:34:34 +00:00
parent b7f9beed29
commit 3d6069ac24
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-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>
<action type="fix">Fixed URLs in javadoc to point to new oracle.com pages</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> <action issue="LANG-870" type="add">Add StringUtils.LF and StringUtils.CR values</action>