Repository: commons-lang
Updated Branches:
  refs/heads/master 8c5335e6c -> 32ccabe3b


Order entries by type.

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

Branch: refs/heads/master
Commit: 32ccabe3ba197d085ed887c314dae8c6c7da462e
Parents: 8c5335e
Author: Gary Gregory <ggreg...@apache.org>
Authored: Sun Oct 23 10:46:20 2016 -0700
Committer: Gary Gregory <ggreg...@apache.org>
Committed: Sun Oct 23 10:46:20 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/32ccabe3/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 64fc5cf..54d7430 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,10 +49,10 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1144" type="fix" dev="ggregory" due-to="Waldemar 
Maier, Gary Gregory">Multiple calls of 
org.apache.commons.lang3.concurrent.LazyInitializer.initialize() are 
possible.</action>
     <action issue="LANG-1276" type="fix" dev="pschumacher" due-to="Andy 
Klimczak">StrBuilder#replaceAll ArrayIndexOutOfBoundsException</action>
     <action issue="LANG-1278" type="fix" dev="pschumacher" due-to="Duke 
Yin">BooleanUtils javadoc issues</action>
-    <action issue="LANG-1277" type="update" dev="pschumacher" 
due-to="yufcuy">StringUtils#getLevenshteinDistance reduce memory 
consumption</action>
     <action issue="LANG-1070" type="fix" dev="pschumacher" due-to="Paul 
Pogonyshev">ArrayUtils#add confusing example in javadoc</action>
     <action issue="LANG-1271" type="fix" dev="pschumacher" due-to="Pierre 
Templier">StringUtils#isAnyEmpty and #isAnyBlank should return false for an 
empty array</action>
     <action issue="LANG-1270" type="add" dev="pschumacher" due-to="Pierre 
Templier">Add StringUtils#isAnyNotEmpty and #isAnyNotBlank</action>
+    <action issue="LANG-1277" type="update" dev="pschumacher" 
due-to="yufcuy">StringUtils#getLevenshteinDistance reduce memory 
consumption</action>
   </release>
 
   <release version="3.5" date="2016-10-13" description="New features including 
Java 9 detection">

Reply via email to