diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index ee77ef970..eb611a780 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -86,6 +86,7 @@ New Feature * [LANG-435] - Add ClassUtils.isAssignable() variants with autoboxing * [LANG-444] - StringUtils.emptyToNull * [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-497] - Addition of ContextedException and ContextedRuntimeException * [LANG-498] - Add StringEscapeUtils.escapeText() methods diff --git a/src/site/changes/changes.xml b/src/site/changes/changes.xml index 5773dc32a..86bdb12be 100644 --- a/src/site/changes/changes.xml +++ b/src/site/changes/changes.xml @@ -69,6 +69,7 @@ A generic implementation of the Lazy initialization pattern. Remove code that does not hold enough value to remain. Remove code handled now by the JDK. + StrSubstitutor now supports substitution in variable names. Possible race-conditions in hashCode of the range classes. StringEscapeUtils.escapeHtml incorrectly converts unicode characters above U+00FFFF into 2 characters. Document where in SVN trunk is.