aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorHenri Yandell <bayard@apache.org>2011-07-03 07:07:32 +0000
committerHenri Yandell <bayard@apache.org>2011-07-03 07:07:32 +0000
commit23a71e792bf4ff7263d196047c2f378e888ce04f (patch)
treeacfb4d30b0ef4bb6ff707cac322c9b1eaac9d648 /RELEASE-NOTES.txt
parenta80f11cf9d02d2517c7f230f24949cbebaafc0c2 (diff)
downloadapache-commons-lang-23a71e792bf4ff7263d196047c2f378e888ce04f.tar.gz
Noting LANG-703 in the release notes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142382 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 9e77ae9ee..a14418535 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -145,4 +145,5 @@ BUG FIXES IN 3.0
[LANG-664] NumberUtils.isNumber(String) is not right when the String is "1.1L"
[LANG-672] Doc bug in DateUtils#ceiling
[LANG-677] DateUtils.isSameLocalTime compares using 12 hour clock and not 24 hour
-
+ [LANG-685] EqualsBuilder synchronizes on HashCodeBuilder.
+ [LANG-703] StringUtils.join throws NPE when toString returns null for one of objects in collection