Adding info on the LANG-559 commits

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@918367 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2010-03-03 08:58:10 +00:00
parent 4f31ae757c
commit 45488c9826
1 changed files with 2 additions and 0 deletions

View File

@ -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>