From 348cf477411421809e7f89dfaa4338e96236a9cf Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 14 Aug 2020 23:27:31 -0400 Subject: [PATCH] [LANG-1596] ArrayUtils.toPrimitive(Object) does not support boolean and other types #607. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 161f7d8f6..145c89b4d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -49,6 +49,7 @@ The type attribute can be add,update,fix,remove. Correct implementation of RandomUtils.nextLong(long, long) Remove redundant argument from substring call. Improve StringUtils.stripAccents conversion of remaining accents. + ArrayUtils.toPrimitive(Object) does not support boolean and other types #607. Enable Dependabot #587. Update spotbugs-maven-plugin from 4.0.0 to 4.1.1, #593, #596. Update biz.aQute.bndlib from 5.1.1 to 5.1.2 #592.