Skip to content

Commit f776bf0

Browse files
committed
Speed up StringUtils.getDigits(String) #1515
1 parent f4464c2 commit f776bf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ The <action> type attribute can be add,update,fix,remove.
7070
<action issue="LANG-1797" type="fix" dev="ggregory" due-to="IcoreE">Fix Javadoc for IEEE754rUtils.max(float...) and IEEE754rUtils.max(double...).</action>
7171
<action issue="LANG-1798" type="fix" dev="ggregory" due-to="IcoreE, Gary Gregory">Fix StringUtilsSubstringTest.testCountMatches_char() to call the correct method.</action>
7272
<action issue="LANG-1799" type="fix" dev="ggregory" due-to="IcoreE, Gary Gregory">Make private static variables final in RandomStringUtils #1513.</action>
73+
<action type="fix" dev="ggregory" due-to="David Du, Gary Gregory">Speed up StringUtils.getDigits(String) #1515.</action>
7374
<!-- ADD -->
7475
<!-- UPDATE -->
7576
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 93 #1498.</action>

0 commit comments

Comments
 (0)