Skip to content

Commit

Permalink
LANG-1172: Support dash as a delimiter in locales #766
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Mar 6, 2022
1 parent 35fb9fc commit cd29ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cd29ff7

Please sign in to comment.