From 1a1145199e2d7849b2062b92197c3731b9d41cf8 Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Sat, 9 Apr 2011 04:24:47 +0000 Subject: [PATCH] Moving 510 to below the beta fold. Adding LANG-687 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1090521 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.