diff --git a/src/site/changes/changes.xml b/src/site/changes/changes.xml index a06b25e8d..0ee510025 100644 --- a/src/site/changes/changes.xml +++ b/src/site/changes/changes.xml @@ -22,7 +22,7 @@ - Convert StringUtils API to take CharSequence + Convert more of the StringUtils API to take CharSequence EqualsBuilder synchronizes on HashCodeBuilder StringUtils.isAlpha, isAlphanumeric and isNumeric now return false for "" Add support for ConcurrentMap.putIfAbsent() @@ -58,6 +58,7 @@ NumberUtils createNumber throws a StringIndexOutOfBoundsException when argument containing "e" and "E" is passed in NOTE: The below were included in the Commons Lang 3.0-beta release. + Convert StringUtils API to take CharSequence Push down WordUtils to "text" sub-package. Extend exception handling in ConcurrentUtils to runtime exceptions. Some StringUtils methods should take an int character instead of char to use String API features.