[lang-482] Updated release notes.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1005978 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oliver Heger 2010-10-08 19:22:53 +00:00
parent 6f6eddbf3a
commit c34f334c12
2 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,7 @@ New Feature
* [LANG-435] - Add ClassUtils.isAssignable() variants with autoboxing * [LANG-435] - Add ClassUtils.isAssignable() variants with autoboxing
* [LANG-444] - StringUtils.emptyToNull * [LANG-444] - StringUtils.emptyToNull
* [LANG-446] - Add null-safe ObjectUtils.clone() * [LANG-446] - Add null-safe ObjectUtils.clone()
* [LANG-482] - StrSubstitutor now supports substitution in variable names
* [LANG-496] - A generic implementation of the Lazy initialization pattern * [LANG-496] - A generic implementation of the Lazy initialization pattern
* [LANG-497] - Addition of ContextedException and ContextedRuntimeException * [LANG-497] - Addition of ContextedException and ContextedRuntimeException
* [LANG-498] - Add StringEscapeUtils.escapeText() methods * [LANG-498] - Add StringEscapeUtils.escapeText() methods

View File

@ -69,6 +69,7 @@
<action type="add" issue="LANG-496">A generic implementation of the Lazy initialization pattern.</action> <action type="add" issue="LANG-496">A generic implementation of the Lazy initialization pattern.</action>
<action type="remove" issue="LANG-493">Remove code that does not hold enough value to remain.</action> <action type="remove" issue="LANG-493">Remove code that does not hold enough value to remain.</action>
<action type="remove" issue="LANG-492">Remove code handled now by the JDK.</action> <action type="remove" issue="LANG-492">Remove code handled now by the JDK.</action>
<action type="add" issue="LANG-482">StrSubstitutor now supports substitution in variable names.</action>
<action type="fix" issue="LANG-481">Possible race-conditions in hashCode of the range classes.</action> <action type="fix" issue="LANG-481">Possible race-conditions in hashCode of the range classes.</action>
<action type="fix" issue="LANG-480">StringEscapeUtils.escapeHtml incorrectly converts unicode characters above U+00FFFF into 2 characters.</action> <action type="fix" issue="LANG-480">StringEscapeUtils.escapeHtml incorrectly converts unicode characters above U+00FFFF into 2 characters.</action>
<action type="update" issue="LANG-479">Document where in SVN trunk is.</action> <action type="update" issue="LANG-479">Document where in SVN trunk is.</action>