You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2010/10/22 22:33:12 UTC

svn commit: r1026487 - /commons/proper/lang/trunk/RELEASE-NOTES.txt

Author: oheger
Date: Fri Oct 22 20:33:12 2010
New Revision: 1026487

URL: http://svn.apache.org/viewvc?rev=1026487&view=rev
Log:
[LANG-653] Updated release notes

Modified:
    commons/proper/lang/trunk/RELEASE-NOTES.txt

Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/RELEASE-NOTES.txt?rev=1026487&r1=1026486&r2=1026487&view=diff
==============================================================================
--- commons/proper/lang/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/lang/trunk/RELEASE-NOTES.txt Fri Oct 22 20:33:12 2010
@@ -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