aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorMatthew Jason Benson <mbenson@apache.org>2011-04-21 22:21:13 +0000
committerMatthew Jason Benson <mbenson@apache.org>2011-04-21 22:21:13 +0000
commit2fb208b8d8c77bd0abc425c41a7a4f9bd43495ba (patch)
tree47013f8c72532b79db482ff5837a829133f11d17 /RELEASE-NOTES.txt
parent0e3ec0b68e6700ef4ae378b9fd6b2d5aa2508352 (diff)
downloadapache-commons-lang-2fb208b8d8c77bd0abc425c41a7a4f9bd43495ba.tar.gz
[LANG-697] Add FormattableUtils class
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1095833 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 6358b8e43..4bec62ac4 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -60,6 +60,7 @@ ADDITIONS IN 3.0
[LANG-676] Documented potential NPE if auto-boxing occurs for some BooleanUtils methods
[LANG-678] Add support for ConcurrentMap.putIfAbsent()
[LANG-692] Add hashCodeMulti varargs method
+ [LANG-697] Add FormattableUtils class
REMOVALS IN 3.0
===============