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 6fd967bf2047c3d1a3b00a4f746e08b459f8de1d
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 27 22:12:06 2026 +0000

    [LANG-1833] Handle ParsePosition index beyond source string length
    cleanly (#1757).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index df05c3703..03c7059f7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -251,6 +251,7 @@ java.lang.NullPointerException: Cannot invoke
     <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>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add and use Instants.toInstant(Instant[, Instant]) (#1690).</action>
+    <action issue="LANG-1833" type="add" dev="ggregory" due-to="Maksym 
Korshun">Handle ParsePosition index beyond source string length cleanly 
(#1757).</action>
     <!-- UPDATE -->
     <action                   type="update" dev="ggregory" due-to="Gary 
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 103 
#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