Author: bayard Date: Fri Mar 22 07:39:03 2013 New Revision: 1459654 URL: http://svn.apache.org/r1459654 Log: Updating changes file for two recent commits
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=1459654&r1=1459653&r2=1459654&view=diff ============================================================================== --- commons/proper/lang/trunk/src/changes/changes.xml (original) +++ commons/proper/lang/trunk/src/changes/changes.xml Fri Mar 22 07:39:03 2013 @@ -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>