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

[2/2] [lang] LANG-1228: Add changes.xml entry

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

Branch: refs/heads/master
Commit: 7f1b88043371a63e0faf596c720662f66251ee23
Parents: 864721d
Author: pascalschumacher <pa...@gmx.net>
Authored: Tue May 24 20:16:10 2016 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Tue May 24 20:16:10 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/7f1b8804/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 56f00d9..fe3c588 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-1228" type="add" dev="pschumacher" due-to="Brad Hess">Prefer Throwable.getCause() in ExceptionUtils.getCause()</action>
     <action issue="LANG-1233" type="add" dev="pschumacher" due-to="Nick Manley">DiffBuilder add method to allow appending from a DiffResult</action>
     <action issue="LANG-1176" type="update" dev="pschumacher" due-to="Jeffery Yuan">Improve ArrayUtils removeElements time complexity to O(n)</action>
     <action issue="LANG-1234" type="update" dev="pschumacher" due-to="Jonatan J�nsson">getLevenshteinDistance with a threshold: optimize implementation if the strings lengths differ more than the threshold</action>