Author: bayard
Date: Tue Aug 2 07:10:43 2011
New Revision: 1153048
URL: http://svn.apache.org/viewvc?rev=1153048&view=rev
Log:
Noting improved exception message
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=1153048&r1=1153047&r2=1153048&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/changes/changes.xml (original)
+++ commons/proper/lang/trunk/src/site/changes/changes.xml Tue Aug 2 07:10:43
2011
@@ -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<T>.intersectionWith(Range<T>)</action>