diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6b89e5f03..42b6a6dfd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -68,7 +68,7 @@ The type attribute can be add,update,fix,remove. Fix NullPointerException in ThreadUtils.getSystemThreadGroup() when the current thread is stopped. ArrayUtils.toPrimitive(Boolean...) null array elements map to false, like Boolean.parseBoolean(null) and its callers return false. 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. - + Support dash as a delimiter in locales #766. Add EnumUtils.getEnumSystemProperty(...). Add TriConsumer.