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

Branch: refs/heads/master
Commit: 49455b78bfc960de70acff552baeafbb705e80a7
Parents: 04b41e2
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Sat May 21 16:50:10 2016 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Sat May 21 16:50:10 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/49455b78/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 034de39..4dd3cbf 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-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>
     <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>

Reply via email to