You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/11/16 20:18:41 UTC

[2/3] [lang] Add LANG-1182 to changes.xml

Add LANG-1182 to changes.xml


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/7f0d6b4c
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/7f0d6b4c
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/7f0d6b4c

Branch: refs/heads/master
Commit: 7f0d6b4c1251b188b07a32b3f1fa0003b5e7afab
Parents: 1260e09
Author: Benedikt Ritter <br...@apache.org>
Authored: Mon Nov 16 20:16:42 2015 +0100
Committer: Benedikt Ritter <br...@apache.org>
Committed: Mon Nov 16 20:16:42 2015 +0100

----------------------------------------------------------------------
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/7f0d6b4c/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bf529e6..ca3408c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,6 +22,7 @@
   <body>
 
   <release version="3.5" date="tba" description="tba">
+    <action issue="LANG-1182" type="update" dev="britter" due-to="Larry West, Pascal Schumacher">Clarify JavaDoc of StringUtils.containsAny()</action>
     <action issue="LANG-1169" type="add" dev="lguibert" due-to="Rafal Glowinski, Robert Parr, Arman Sharif">Add StringUtils methods to compare a string to multiple strings</action>
     <action issue="LANG-1185" type="add" dev="lguibert">Add remove by regular expression methods in StringUtils</action>
     <action issue="LANG-1183" type="update" dev="lguibert">Making replacePattern/removePattern methods null safe in StringUtils</action>