Repository: commons-lang
Updated Branches:
  refs/heads/master 8a05e0b0f -> 32a0f4609


LANG-1290: Increase test coverage of org.apache.commons.lang3.ArrayUtils

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

Branch: refs/heads/master
Commit: 32a0f4609f3e3ff0ec00a53e32680428ded88328
Parents: 8a05e0b
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Thu Nov 24 22:32:50 2016 +0100
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Thu Nov 24 22:32:50 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/32a0f460/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e64bd6e..e3f207b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1258" type="add" dev="pschumacher" due-to="IG, 
Grzegorz Rożniecki">Add ArrayUtils#toStringArray method</action>
     <action issue="LANG-1160" type="add" dev="kinow">StringUtils#abbreviate 
should support 'custom ellipses' parameter</action>
     <action issue="LANG-1270" type="add" dev="pschumacher" due-to="Pierre 
Templier">Add StringUtils#isAnyNotEmpty and #isAnyNotBlank</action>
+    <action issue="LANG-1290" type="update" dev="pschumacher" due-to="Andrii 
Abramov">Increase test coverage of org.apache.commons.lang3.ArrayUtils</action>
     <action issue="LANG-1274" type="update" dev="pschumacher">StrSubstitutor 
should state its thread safety</action>
     <action issue="LANG-1277" type="update" dev="pschumacher" 
due-to="yufcuy">StringUtils#getLevenshteinDistance reduce memory 
consumption</action>
     <action issue="LANG-1279" type="update" dev="ggregory">Update Java 
requirement from Java 6 to 7.</action>

Reply via email to