Noting improved exception message

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1153048 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2011-08-02 07:10:43 +00:00
parent d43bde077e
commit 8bff241c54
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
<action type="fix" issue="LANG-727">ToStringBuilderTest.testReflectionHierarchyArrayList fails with IBM JDK 6</action>
<action type="fix" issue="LANG-720">StringEscapeUtils.escapeXml(input) wrong when input contains characters in Supplementary Planes</action>
<action type="fix" issue="LANG-708">StringEscapeUtils.escapeEcmaScript from lang3 cuts off long unicode string</action>
<action type="update" issue="LANG-686">Improve exception message when StringUtils.replaceEachRepeatedly detects recursion</action>
<action type="update" issue="LANG-717">Specify source encoding for Ant build</action>
<action type="add" issue="LANG-721">Complement ArrayUtils.addAll() variants with by-index and by-value removal methods</action>
<action type="add" issue="LANG-726">Add Range<T> Range&lt;T&gt;.intersectionWith(Range&lt;T&gt;)</action>