Removing xml escapes

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1154777 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2011-08-07 21:58:01 +00:00
parent ef346b48b2
commit 538e004dc9
1 changed files with 2 additions and 2 deletions

View File

@ -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 -&gt; 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