From cd29ff77783bb870dae96c2e2880a7bbbc9e61d5 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 5 Mar 2022 19:25:04 -0500 Subject: [PATCH] LANG-1172: Support dash as a delimiter in locales #766 --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6b89e5f0365..42b6a6dfd19 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.