Skip to content

Commit aba0e40

Browse files
authored
[LANG-1695] NumberUtils.isParseable does not recognise values such as "2."
1 parent 9828dc7 commit aba0e40

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
@@ -79,6 +79,7 @@ The <action> type attribute can be add,update,fix,remove.
7979
<action type="fix" dev="ggregory" due-to="Gary Gregory, Akshat_Agg">Document safer deserialization option in Javadoc for SerializationUtils.</action>
8080
<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>
8181
<action issue="LANG-1803" type="fix" dev="ggregory" due-to="IcoreE">Fix incorrect method invocation in ObjectUtilsTest and Javadoc reference in RandomStringUtils.</action>
82+
<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>
8283
<!-- ADD -->
8384
<!-- UPDATE -->
8485
<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)