LANG-1172: Support dash as a delimiter in locales #766

This commit is contained in:
Gary Gregory 2022-03-05 19:25:04 -05:00
parent 35fb9fca83
commit cd29ff7778
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix NullPointerException in ThreadUtils.getSystemThreadGroup() when the current thread is stopped.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">ArrayUtils.toPrimitive(Boolean...) null array elements map to false, like Boolean.parseBoolean(null) and its callers return false.</action>
<action type="fix" dev="ggregory" due-to="CodeQL, Gary Gregory">StrBuilder.StrBuilderReader.skip(long): Throw an exception when an implicit narrowing conversion in a compound assignment would result in information loss or a numeric error such as an overflows.</action>
<action issue="LANG-1172" type="fix" dev="ggregory" due-to="Clemens Wolff, Gary Gregory, Bruno P. Kinoshita, David Buhler, Roland Kreuzer">Support dash as a delimiter in locales #766.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add EnumUtils.getEnumSystemProperty(...).</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add TriConsumer.</action>