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
commit 865a0297c3d96a247b35a7fed7895e1bfe2025aa Author: Gary Gregory <[email protected]> AuthorDate: Sun Jan 18 09:10:19 2026 -0500 Simplify NumberUtils.isParsable(String) #1570 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 08224fe6f..39d0c9c05 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -99,6 +99,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Gary Gregory, David Du">Make ArrayUtils methods implementation consistent with other overloads #1568.</action> <action type="fix" dev="ggregory" due-to="ThrawnCA, Gary Gregory">Fix handling of null marker in StringUtils.abbreviate(String, String, int, int) #1571.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Better exception messages from FastDateParser.parse(String).</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory, David Du">Simplify NumberUtils.isParsable(String) #1570.</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>
