Skip to content

Commit 3082283

Browse files
committed
[LANG-1806] NumberUtils.isParsable("1.f") should return true #1560
1 parent 19c487a commit 3082283

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/changes/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ The <action> type attribute can be add,update,fix,remove.
9393
<action issue="LANG-1700" type="fix" dev="ggregory" due-to="seokhyeon moon, Gary Gregory, Ivan Šarić">Improve handling of parameterized types and variable unrolling.</action>
9494
<action issue="LANG-1811" type="fix" dev="ggregory" due-to="Raju Gupta, Gary Gregory">ArrayUtils.shuffle() throws NullPointerException for null array input.</action>
9595
<action type="fix" dev="ggregory" due-to="Dennis Ginter, Gary Gregory">[javadoc] Fix incorrect exception type in CharUtils Javadoc examples #1563.</action>
96-
<action type="fix" dev="ggregory" due-to="Dennis Ginter, Gary Gregory">[javadoc] Fix incorrect class names in RegExUtils Javadoc examples #1564.</action>
96+
<action issue="LANG-1806" type="fix" dev="ggregory" due-to="Dennis Ginter, Gary Gregory">[javadoc] Fix incorrect class names in RegExUtils Javadoc examples #1564.</action>
97+
<action type="fix" dev="ggregory" due-to="Gary Gregory, Jagdish Singh Bisht">NumberUtils.isParsable("1.f") should return true #1560.</action>
9798
<!-- ADD -->
9899
<action type="add" dev="ggregory" due-to="Gary Gregory">Add JavaVersion.JAVA_27.</action>
99100
<action type="add" dev="ggregory" due-to="Gary Gregory">Add SystemUtils.IS_JAVA_27.</action>

0 commit comments

Comments
 (0)