LANG-1178: add changes.xml entry

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

Branch: refs/heads/master
Commit: f02261849ec44fccb94b15b1b0e8afc8fff6edd9
Parents: 5eae0a6
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Thu May 12 19:48:38 2016 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Thu May 12 19:48:38 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/f0226184/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 779375c..fc8162a 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-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>
     <action issue="LANG-1227" type="fix" dev="pschumacher" 
due-to="kaching88">StringUtils.stripAccents should remove accents from "Ł" and 
"ł".</action>
     <action issue="LANG-1227" type="new" dev="ggregory" due-to="Gary 
Gregory">Add XMLCharacter class.</action>

Reply via email to