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/05/07 20:32:34 UTC

[3/5] [lang] Add LANG-1122 to changes.xml

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

Branch: refs/heads/master
Commit: c885a32e24662cbbe9fb6b8a0bc3c8dacf3288b5
Parents: e79a590
Author: Benedikt Ritter <br...@apache.org>
Authored: Thu May 7 20:29:53 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Thu May 7 20:29:53 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/c885a32e/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 27a7f5c..5e9efaf 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-1122" type="fix" dev="britter" due-to="Adrian Ber">Inconsistent behavior of swap for malformed inputs</action>
     <action issue="LANG-1114" type="fix" dev="britter" due-to="Andy Coates">TypeUtils.ParameterizedType#equals doesn't work with wildcard types</action>
     <action issue="LANG-1119" type="add" dev="britter" due-to="Loic Guibert">Add rotate(string, int) method to StringUtils</action>
     <action issue="LANG-1118" type="fix" dev="britter" due-to="Loic Guibert">StringUtils.repeat('z', -1) throws NegativeArraySizeException</action>