From da545e3f6c739ef1bcab38f2e2868594d4e1e983 Mon Sep 17 00:00:00 2001 From: Oliver Heger Date: Wed, 16 Feb 2011 21:24:33 +0000 Subject: [PATCH] [LANG-678] Updates changes and release notes. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1071402 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.txt | 1 + src/site/changes/changes.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index a170fe7df..ce71f2187 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -112,6 +112,7 @@ New Feature * [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 + * [LANG-678] - Add support for ConcurrentMap.putIfAbsent() Task diff --git a/src/site/changes/changes.xml b/src/site/changes/changes.xml index 2ca925f07..604a12d7b 100644 --- a/src/site/changes/changes.xml +++ b/src/site/changes/changes.xml @@ -22,6 +22,7 @@ + Add support for ConcurrentMap.putIfAbsent() Documented potential NPE if auto-boxing occurs for some BooleanUtils methods DateUtils.isSameLocalTime compares using 12 hour clock and not 24 hour Extend exception handling in ConcurrentUtils to runtime exceptions.