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 8c780bc8b Keep StrBuilder.reverse from splitting surrogate pairs 
(#1730).
8c780bc8b is described below

commit 8c780bc8b9c7fe6bb0b55dc1380595de1f89ff05
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jun 25 19:29:16 2026 +0000

    Keep StrBuilder.reverse from splitting surrogate pairs (#1730).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a407ca078..d1a679c0f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -210,6 +210,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix WordUtils.containsAllWords missing words across line breaks 
(#1732).</action>
     <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>
     <!-- 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