[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
This commit is contained in:
Oliver Heger 2011-02-16 21:24:33 +00:00
parent 3c286d89d0
commit da545e3f6c
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -22,6 +22,7 @@
<body>
<release version="3.0" date="Unreleased" description="Backwards incompatible update of Commons Lang to Java 5">
<action type="add" issue="LANG-678">Add support for ConcurrentMap.putIfAbsent()</action>
<action type="add" issue="LANG-676">Documented potential NPE if auto-boxing occurs for some BooleanUtils methods</action>
<action type="fix" issue="LANG-677">DateUtils.isSameLocalTime compares using 12 hour clock and not 24 hour</action>
<action type="add" issue="LANG-610">Extend exception handling in ConcurrentUtils to runtime exceptions.</action>