aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorOliver Heger <oheger@apache.org>2010-10-08 19:22:53 +0000
committerOliver Heger <oheger@apache.org>2010-10-08 19:22:53 +0000
commitc34f334c12ab9a3f1c16c70a46be4f97d674b773 (patch)
treeac307ac63cf3c14f5c040dc30d6c1656f1dc117c /RELEASE-NOTES.txt
parent6f6eddbf3a41fa2838f062fee7724a69b86206df (diff)
downloadapache-commons-lang-c34f334c12ab9a3f1c16c70a46be4f97d674b773.tar.gz
[lang-482] Updated release notes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1005978 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt1
1 files changed, 1 insertions, 0 deletions
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