Updating release notes to mention new ClassUtils.getClass() methods.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@345306 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James W. Carman 2005-11-17 18:58:39 +00:00
parent 39c9476337
commit 47cb8ddccd
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,7 @@ as int not long. The replacements are MILLIS_PER_*.
NEW FEATURES IN 2.2:
**** TO DO
NEW FEATURES IN 2.1:
New:
@ -98,6 +98,7 @@ indexOfThrowable method untouched (see incompatible changes section)
BUG FIXES IN 2.2:
37111 Request for MutableBoolean implementation
36512 Enhanced Class.forName version
BUG FIXES IN 2.1: