Updating changes file for two recent commits

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1459654 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2013-03-22 07:39:03 +00:00
parent fbf996cb7e
commit 48d5e443c8
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
<body>
<release version="3.2" date="TBA" description="Next release">
<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-873" type="add">Add FieldUtils getAllFields() to return all the fields defined in the given class and super classes</action>
<action issue="LANG-865" type="fix">LocaleUtils.toLocale does not parse strings starting with an underscore</action>
<action issue="LANG-835" type="add">StrBuilder should support StringBuilder as an input parameter</action>