You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2011/04/29 08:14:46 UTC

svn commit: r1097700 - /commons/proper/lang/trunk/src/site/changes/changes.xml

Author: bayard
Date: Fri Apr 29 06:14:46 2011
New Revision: 1097700

URL: http://svn.apache.org/viewvc?rev=1097700&view=rev
Log:
Adding notes on getSimpleName and FormattableUtils

Modified:
    commons/proper/lang/trunk/src/site/changes/changes.xml

Modified: commons/proper/lang/trunk/src/site/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/changes/changes.xml?rev=1097700&r1=1097699&r2=1097700&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/changes/changes.xml (original)
+++ commons/proper/lang/trunk/src/site/changes/changes.xml Fri Apr 29 06:14:46 2011
@@ -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>