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
This commit is contained in:
Henri Yandell 2011-04-29 06:14:46 +00:00
parent 8a39fd4651
commit a1eee7b8d4
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
<body>
<release version="3.0" date="Unreleased" description="Backwards incompatible update of Commons Lang to Java 5">
<action type="add" issue="LANG-697">Add FormattableUtils class</action>
<action type="add">Add ClassUtils.getSimpleName() methods</action>
<action type="add" issue="LANG-692">Add hashCodeMulti varargs method</action>
<action type="remove" issue="LANG-691">Removed DateUtils.UTC_TIME_ZONE</action>
<action type="update" issues="LANG-687">Convert more of the StringUtils API to take CharSequence</action>