From 81efeaacadbdb541715edf13751df791c3892fb5 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 30 Aug 2020 18:29:54 -0400 Subject: [PATCH] [LANG-1600] Restore handling of collections for non-JSON ToStringStyle #610. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c0b479d37..f83aff54d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,7 +46,10 @@ The type attribute can be add,update,fix,remove. + Correct implementation of RandomUtils.nextLong(long, long) + Restore handling of collections for non-JSON ToStringStyle #610. + Remove redundant argument from substring call. Improve StringUtils.stripAccents conversion of remaining accents. ArrayUtils.toPrimitive(Object) does not support boolean and other types #607.