This is an automated email from the ASF dual-hosted git repository.

ggregory 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 f776bf027 Speed up StringUtils.getDigits(String) #1515
f776bf027 is described below

commit f776bf0274314b0fbf69e8dcefcef8f0f58555f7
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Dec 6 18:23:00 2025 -0500

    Speed up StringUtils.getDigits(String) #1515
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b99e5e260..f743c4183 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -70,6 +70,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1797" type="fix" dev="ggregory" due-to="IcoreE">Fix 
Javadoc for IEEE754rUtils.max(float...) and 
IEEE754rUtils.max(double...).</action>
     <action issue="LANG-1798" type="fix" dev="ggregory" due-to="IcoreE, Gary 
Gregory">Fix StringUtilsSubstringTest.testCountMatches_char() to call the 
correct method.</action>
     <action issue="LANG-1799" type="fix" dev="ggregory" due-to="IcoreE, Gary 
Gregory">Make private static variables final in RandomStringUtils 
#1513.</action>
+    <action                   type="fix" dev="ggregory" due-to="David Du, Gary 
Gregory">Speed up StringUtils.getDigits(String) #1515.</action>
     <!-- ADD -->
     <!-- UPDATE -->
     <action                   type="update" dev="ggregory" due-to="Gary 
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 93 
#1498.</action>

Reply via email to