aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorOliver Heger <oheger@apache.org>2010-10-22 20:33:12 +0000
committerOliver Heger <oheger@apache.org>2010-10-22 20:33:12 +0000
commit88bb2bf8463ed52113bd0848913f4a4361c043a5 (patch)
treed39381ad82bc588df578aeddfdaf982bb984db60 /RELEASE-NOTES.txt
parentb2359c470e89f49952fcff16e9a0a47a20a49c18 (diff)
downloadapache-commons-lang-88bb2bf8463ed52113bd0848913f4a4361c043a5.tar.gz
[LANG-653] Updated release notes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1026487 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 eb611a780..03f7e37a1 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -111,6 +111,7 @@ New Feature
* [LANG-609] - Support lazy initialization using atomic variables
* [LANG-610] - Extend exception handling in ConcurrentUtils to runtime exceptions
* [LANG-625] - Add StringUtils.containsWhitespace(String str)
+ * [LANG-653] - Provide a very basic ConcurrentInitializer implementation
Task