This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 52b1a3a8f Make ArrayUtils methods impl consistent with other overloads 
#1568
52b1a3a8f is described below

commit 52b1a3a8f3d1b11a8c2e30f058e97e28e470be37
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 16 06:07:12 2026 -0500

    Make ArrayUtils methods impl consistent with other overloads #1568
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f8e5cc2d5..9bbf46e98 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -96,6 +96,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1806" type="fix" dev="ggregory" due-to="Dennis Ginter, 
Gary Gregory">[javadoc] Fix incorrect class names in RegExUtils Javadoc 
examples #1564.</action>
     <action                   type="fix" dev="ggregory" due-to="Gary Gregory, 
Jagdish Singh Bisht">NumberUtils.isParsable("1.f") should return true 
#1560.</action>
     <action                   type="fix" dev="ggregory" due-to="Gary Gregory, 
David Du">Simplify literal assignments in ArrayFillTest #1567.</action>
+    <action                   type="fix" dev="ggregory" due-to="Gary Gregory, 
David Du">Make ArrayUtils methods implementation consistent with other 
overloads #1568.</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add JavaVersion.JAVA_27.</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add SystemUtils.IS_JAVA_27.</action>

Reply via email to