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 aba0e40a7 [LANG-1695] NumberUtils.isParseable does not recognise 
values such as "2."
aba0e40a7 is described below

commit aba0e40a7e073e1f6a338bdcdc6a8cd039dab88f
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 17 11:21:29 2025 -0500

    [LANG-1695] NumberUtils.isParseable does not recognise values such as "2."
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 91c2e71f2..e310ae97b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -79,6 +79,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="ggregory" due-to="Gary Gregory, 
Akshat_Agg">Document safer deserialization option in Javadoc for 
SerializationUtils.</action>
     <action issue="LANG-1729" type="fix" dev="ggregory" due-to="Gary Gregory, 
Andrei Anischevici, Akshat_Agg">NumberUtils.isParsable() returns true for full 
width Unicode digits for inputs with a decimal point.</action>
     <action issue="LANG-1803" type="fix" dev="ggregory" due-to="IcoreE">Fix 
incorrect method invocation in ObjectUtilsTest and Javadoc reference in 
RandomStringUtils.</action>
+    <action issue="LANG-1695" type="fix" dev="ggregory" due-to="Guillaume 
Nodet, Harshit Goel, Gary Gregory">Allow trailing decimal point in 
NumberUtils.isParsable #1531.</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