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 2906d5f8d Fix StringUtils.getDigits dropping supplementary digits 
(#1729).
2906d5f8d is described below

commit 2906d5f8d7f2c5d312152108882de4d1b2cb8d7d
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jun 25 19:23:02 2026 +0000

    Fix StringUtils.getDigits dropping supplementary digits (#1729).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index aca545a62..a407ca078 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -209,6 +209,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fold supplementary code points in CharSequenceUtils.regionMatches 
(#1725).</action>
     <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>
     <!-- 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