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 6917bc76d Classify supplementary code points in StringUtils is* 
predicates (#1724).
6917bc76d is described below

commit 6917bc76d953ee16d79cd39b109a716a35ea4e01
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 23 10:44:06 2026 +0000

    Classify supplementary code points in StringUtils is* predicates
    (#1724).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1770ce4a2..f881b33f3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -203,6 +203,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix int overflow in DurationFormatUtils.formatPeriod (#1720).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix CsvUnescaper bounds error on a single quote field (#1723).</action>
     <action issue="LANG-1824" type="fix" dev="ggregory" due-to="Dhruv 
Aggarwal, Gary Gregory">Fix Strings.replace overflow on large replacements 
(#1716).</action>
+    <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Classify supplementary code points in StringUtils is* predicates 
(#1724).</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