Skip to content

Commit 919c35a

Browse files
committed
[LANG-1804] Fix CharSet#getInstance returns null instead of EMPTY when
input setStrs is null #1530
1 parent b8d3820 commit 919c35a

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
@@ -80,6 +80,7 @@ The <action> type attribute can be add,update,fix,remove.
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>
8282
<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>
83+
<action issue="LANG-1804" type="fix" dev="ggregory" due-to="IcoreE, Gary Gregory">Fix CharSet#getInstance returns null instead of EMPTY when input setStrs is null #1530.</action>
8384
<!-- ADD -->
8485
<!-- UPDATE -->
8586
<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)