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 70403b95e Add Instants.toMillisSince(Instant) #1683
70403b95e is described below

commit 70403b95ec98eca76f14543e3d04d22078af3956
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jun 3 07:31:21 2026 -0400

    Add Instants.toMillisSince(Instant) #1683
    
    Add CharUtils isHex(int), isAsciiNumeric(int), isOctal(int). #1685
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 132cb7b24..d29ff23ac 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -173,6 +173,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">Range.readObject() does not null-check comparator, 
minimum, or maximum (#1675).</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Make the StopWatch more reliable for tracking nanos, adjust suspend 
test (#1677).</action>
     <action issue="LANG-1801" type="fix" dev="ggregory" due-to="Zhongxin Yan, 
Gary Gregory">RandomStringUtils.random() does not strictly validate start and 
end (#1682).</action>
+    <action                   type="fix" dev="ggregory" due-to="alhuda, Gary 
Gregory">Fix CharSequenceUtils.lastIndexOf for supplementary code points 
#1684.</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>
@@ -188,6 +189,8 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add DurationUtils.toMillisLong(Duration) (#1679).</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add Instants.toEpochMillis(Instant) (#1680).</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add StringUtils.trimControl(String) (#1681).</action>
+    <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add Instants.toMillisSince(Instant) (#1683).</action>
+    <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add CharUtils isHex(int), isAsciiNumeric(int), isOctal(int) 
(#1685).</action>
     <!-- UPDATE -->
     <action                   type="update" dev="ggregory" due-to="Gary 
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 100 
#1498.</action>
     <action                   type="update" dev="ggregory" due-to="Gary 
Gregory">[test] Bump org.apache.commons:commons-text from 1.14.0 to 
1.15.0.</action>

Reply via email to