From 714881545a1cd005419f05d64c66b026cbb5ee9a Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Tue, 1 Mar 2011 07:38:49 +0000 Subject: [PATCH] Added visual note as to which issues were 3.0-beta git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1075692 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 468441ad4..bfba3c75e 100644 --- a/src/site/changes/changes.xml +++ b/src/site/changes/changes.xml @@ -54,7 +54,8 @@ Javadoc StringUtils.left() claims to throw on negative len, but doesn't Add normalizeSpace to StringUtils 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. 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.