aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorStephen Colebourne <scolebourne@apache.org>2007-01-04 01:20:30 +0000
committerStephen Colebourne <scolebourne@apache.org>2007-01-04 01:20:30 +0000
commit183e837907070ed7f14ed5eba71c70b7ba288d55 (patch)
tree0102c13fb81d381ce5803b853e1cc35771eaf863 /RELEASE-NOTES.txt
parent80cd41f2385e6756c390eb592c15ce745efcdf84 (diff)
downloadapache-commons-lang-183e837907070ed7f14ed5eba71c70b7ba288d55.tar.gz
LANG-275 - StringUtils substringsBetween, implemented by Dave Meikle
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@492377 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 4099cf101..3e97121e1 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -82,4 +82,5 @@ IMPROVEMENTS IN 2.3:
* [LANG-266] - Wish for StringUtils.join(Collection, *)
* [LANG-310] - BooleanUtils isNotTrue/isNotFalse
* [LANG-306] - StrBuilder appendln/appendAll/appendSeparator
+ * [LANG-275] - StringUtils substringsBetween