You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2011/04/08 22:17:00 UTC

svn commit: r1090426 - in /commons/proper/lang/trunk: RELEASE-NOTES.txt src/site/changes/changes.xml

Author: bayard
Date: Fri Apr  8 20:17:00 2011
New Revision: 1090426

URL: http://svn.apache.org/viewvc?rev=1090426&view=rev
Log:
Note the CharSequence API change

Modified:
    commons/proper/lang/trunk/RELEASE-NOTES.txt
    commons/proper/lang/trunk/src/site/changes/changes.xml

Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/RELEASE-NOTES.txt?rev=1090426&r1=1090425&r2=1090426&view=diff
==============================================================================
--- commons/proper/lang/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/lang/trunk/RELEASE-NOTES.txt Fri Apr  8 20:17:00 2011
@@ -82,6 +82,7 @@ IMPROVEMENTS IN 3.0
     [LANG-504] bring ArrayUtils.isEmpty to the generics world.
     [LANG-505] Rewrite StringEscapeUtils.
     [LANG-507] StringEscapeUtils.unescapeJava should support \u+ notation.
+    [LANG-510] Convert StringUtils API to take CharSequence.
     [LANG-513] Better EnumUtils.
     [LANG-528] Mutable classes should implement an appropriately typed Mutable interface.
     [LANG-539] Compile commons.lang for CDC 1.1/Foundation 1.1.

Modified: commons/proper/lang/trunk/src/site/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/changes/changes.xml?rev=1090426&r1=1090425&r2=1090426&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/changes/changes.xml (original)
+++ commons/proper/lang/trunk/src/site/changes/changes.xml Fri Apr  8 20:17:00 2011
@@ -22,6 +22,7 @@
   <body>
 
   <release version="3.0" date="Unreleased" description="Backwards incompatible update of Commons Lang to Java 5">
+    <action type="update" issues="LANG-510">Convert StringUtils API to take CharSequence</action>
     <action type="fix" issue="LANG-685">EqualsBuilder synchronizes on HashCodeBuilder</action>
     <action type="fix" issue="LANG-428">StringUtils.isAlpha, isAlphanumeric and isNumeric now return false for ""</action>
     <action type="add" issue="LANG-678">Add support for ConcurrentMap.putIfAbsent()</action>