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 738b8800a Fix indexOfDifference splitting a surrogate pair (#1713).
738b8800a is described below

commit 738b8800a7a07c98898974d9761dd487ad3f17db
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jun 17 19:05:15 2026 +0000

    Fix indexOfDifference splitting a surrogate pair (#1713).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1af01d5c6..448a19793 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -192,6 +192,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Strip L suffix for oversized hex literals in createNumber 
(#1712).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix spurious overflow in Fraction.add/subtract for coprime 
denominators (#1709).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Drop trailing empty token from splitByWholeSeparator (#1710).</action>
+    <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix indexOfDifference splitting a surrogate pair (#1713).</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