From ebed08cb2516844e9c028e457e3ae23e7c98af53 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 26 Nov 2020 09:58:28 -0500 Subject: [PATCH] [LANG-1618] ypeUtils. containsTypeVariables does not support GenericArrayType #661. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a4a93c59b..c13027c45 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,6 +64,7 @@ The type attribute can be add,update,fix,remove. Fix Javadoc for SystemUtils.isJavaVersionAtMost() #638. Fix StringUtils.unwrap throws StringIndexOutOfBoundsException #636. Fix formatting of isAnyBlank() and isAnyEmpty(). #513. + TypeUtils. containsTypeVariables does not support GenericArrayType #661. Add BooleanUtils.booleanValues(). Add BooleanUtils.primitiveValues().