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

Branch: refs/heads/master
Commit: c36de7a60f0ae5223db3609573455a3978be9020
Parents: 5845a59
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Sun May 22 19:38:22 2016 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Sun May 22 19:38:22 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/c36de7a6/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f334131..56f00d9 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-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>
     <action issue="LANG-1168" type="add" dev="pschumacher" 
due-to="pschumacher">Add SystemUtils.IS_OS_WINDOWS_10 property</action>

Reply via email to