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

garydgregory 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 261392f65 Fix NumberUtils min/max varargs dropping the sign of zero 
(#1733).
261392f65 is described below

commit 261392f6530c3b2da59b3ecf80f514a4128cec59
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 26 11:18:56 2026 +0000

    Fix NumberUtils min/max varargs dropping the sign of zero (#1733).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d1a679c0f..2b53d5487 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -211,6 +211,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Handle supplementary code points in WordUtils case methods 
(#1728).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix StringUtils.getDigits dropping supplementary digits 
(#1729).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Keep StrBuilder.reverse from splitting surrogate pairs 
(#1730).</action>
+    <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix NumberUtils min/max varargs dropping the sign of zero 
(#1733).</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