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 2016/09/24 10:19:54 UTC

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

Add LANG-787 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/a27c02f8
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/a27c02f8
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/a27c02f8

Branch: refs/heads/master
Commit: a27c02f809b8f2d23ad157f36420b3f5c45d7568
Parents: eccf213
Author: Benedikt Ritter <br...@apache.org>
Authored: Sat Sep 24 12:18:40 2016 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Sat Sep 24 12:18:40 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/a27c02f8/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 40eaee4..fbb0fcd 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-787" type="add" dev="pschumacher" due-to="Gokul Nanthakumar C">Add method removeIgnoreCase(String, String) to StringUtils</action>
     <action issue="LANG-1232" type="fix" dev="pschumacher" due-to="Nick Manley">DiffBuilder: Add null check on fieldName when appending Object or Object[]</action>
     <action issue="LANG-1178" type="fix" dev="pschumacher" due-to="Henri Yandell">ArrayUtils.removeAll(Object array, int... indices) should do the clone, not its callers</action>
     <action issue="LANG-1151" type="update" dev="pschumacher" due-to="Juan Pablo Santos Rodr�guez">Performance improvements for NumberUtils.isParsable</action>