From a1eee7b8d483908509b5eadcc7612dda725a27e6 Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Fri, 29 Apr 2011 06:14:46 +0000 Subject: [PATCH] Adding notes on getSimpleName and FormattableUtils git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1097700 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/changes/changes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/site/changes/changes.xml b/src/site/changes/changes.xml index d69ee3b98..6c35be9a4 100644 --- a/src/site/changes/changes.xml +++ b/src/site/changes/changes.xml @@ -22,6 +22,8 @@ + Add FormattableUtils class + Add ClassUtils.getSimpleName() methods Add hashCodeMulti varargs method Removed DateUtils.UTC_TIME_ZONE Convert more of the StringUtils API to take CharSequence