Author: bayard
Date: Wed Mar 3 08:58:10 2010
New Revision: 918367
URL: http://svn.apache.org/viewvc?rev=918367&view=rev
Log:
Adding info on the LANG-559 commits
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=918367&r1=918366&r2=918367&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/changes/changes.xml (original)
+++ commons/proper/lang/trunk/src/site/changes/changes.xml Wed Mar 3 08:58:10
2010
@@ -23,6 +23,8 @@
<release version="3.0" date="Unreleased" description="Backwards incompatible
update of Commons Lang to Java 5">
<action type="update">Push down WordUtils to "text" sub-package.</action>
+ <action type="add" issue="LANG-559">Added validState validation
method</action>
+ <action type="add" issue="LANG-559">Added isAssignableFrom and
isInstanceOf validation methods</action>
<action type="add" issue="LANG-564">Improve StrLookup API
documentation</action>
<action type="fix" issue="LANG-571">ArrayUtils.add(T[] array[, offset], T
element) can create unexpected ClassCastException</action>
</release>