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

commit ebd9b236187525a9a345d488482efa9c8c546b30
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Aug 4 07:55:07 2026 -0400

    Fix the overflow bound direction in Instants.toMillisSince(Instant)
    (#1766).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7e42a3900..8ae5294f8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -238,6 +238,7 @@ java.lang.NullPointerException: Cannot invoke
     <action issue="LANG-1815" type="fix" dev="ggregory" due-to="Maksym 
Korshun, Gary Gregory">Fix AnnotationUtils.equals for package-private 
annotations (#1760).</action>
     <action                   type="fix" dev="ggregory" due-to="hunghhdev">Fix 
two Javadoc errors in StringUtils (#1763).</action>
     <action                   type="fix" dev="ggregory" due-to="alhuda, Gary 
Gregory">Reject non-ASCII hex characters in Conversion.hexDigitToInt 
(#1767).</action>
+    <action                   type="fix" dev="ggregory" due-to="renechoi, Gary 
Gregory">Fix the overflow bound direction in Instants.toMillisSince(Instant) 
(#1766).</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