aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorHenri Yandell <bayard@apache.org>2007-01-30 20:52:45 +0000
committerHenri Yandell <bayard@apache.org>2007-01-30 20:52:45 +0000
commit4ec92fe7bdbe4d71bfef92ef5769cb409a20e7ba (patch)
tree23fa5b18153350bf51b5e49a98baf7f63e149692 /RELEASE-NOTES.txt
parentaac29e97eeec9af428f1236adaa2d78c9961d85c (diff)
downloadapache-commons-lang-4ec92fe7bdbe4d71bfef92ef5769cb409a20e7ba.tar.gz
Fixed up release notes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@501557 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 3e97121e1..10bf4ef5d 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -70,17 +70,18 @@ BUG FIXES IN 2.3:
* [LANG-300] - NumberUtils.createNumber throws NumberFormatException for one digit long
* [LANG-303] - FastDateFormat.mRules is not transient or serializable
* [LANG-304] - NullPointerException in isAvailableLocale(Locale)
+ * [LANG-313] - Wrong behavior of Entities.unescape
IMPROVEMENTS IN 2.3:
* [LANG-258] - Enum JavaDoc
+ * [LANG-266] - Wish for StringUtils.join(Collection, *)
* [LANG-268] - StringUtils.join should allow you to pass a range for it (so it only joins a part of the array)
+ * [LANG-275] - StringUtils substringsBetween
+ * [LANG-282] - Create more tests to test out the +=31 replacement code in DurationFormatUtils.
* [LANG-287] - Optimize StringEscapeUtils.unescapeXml(String)
* [LANG-289] - NumberUtils.max(byte[]) and NumberUtils.min(byte[]) are missing
* [LANG-291] - Null-safe comparison methods for finding most recent / least recent dates.
- * [LANG-282] - Create more tests to test out the +=31 replacement code in DurationFormatUtils.
- * [LANG-266] - Wish for StringUtils.join(Collection, *)
- * [LANG-310] - BooleanUtils isNotTrue/isNotFalse
* [LANG-306] - StrBuilder appendln/appendAll/appendSeparator
- * [LANG-275] - StringUtils substringsBetween
+ * [LANG-310] - BooleanUtils isNotTrue/isNotFalse