Author: bayard
Date: Sun Aug 7 21:58:01 2011
New Revision: 1154777
URL: http://svn.apache.org/viewvc?rev=1154777&view=rev
Log:
Removing xml escapes
Modified:
commons/proper/lang/trunk/RELEASE-NOTES.txt
Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/RELEASE-NOTES.txt?rev=1154777&r1=1154776&r2=1154777&view=diff
==============================================================================
--- commons/proper/lang/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/lang/trunk/RELEASE-NOTES.txt Sun Aug 7 21:58:01 2011
@@ -24,10 +24,10 @@ CHANGES IN 3.0.1
[LANG-686] Improve exception message when
StringUtils.replaceEachRepeatedly detects recursion
[LANG-717] Specify source encoding for Ant build
[LANG-721] Complement ArrayUtils.addAll() variants with by-index and
by-value removal methods
- [LANG-726] Add Range<T>
Range<T>.intersectionWith(Range<T>)
+ [LANG-726] Add Range<T> Range<T>.intersectionWith(Range<T>)
[LANG-723] Add mode and median Comparable... methods to ObjectUtils
[LANG-722] Add BooleanUtils.and + or varargs methods
- [LANG-730] EnumSet -> bit vector
+ [LANG-730] EnumSet -> bit vector
[LANG-735] Deprecate CharUtils.toCharacterObject(char) in favor of
java.lang.Character.valueOf(char)
[LANG-737] Missing method getRawMessage for ContextedException and
ContextedRuntimeException