From 412f1e13c93e4eb52b0cc9c07b7a0452ce3bd31f Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 17 Nov 2020 15:14:28 -0500 Subject: [PATCH] [LANG-1610] Fix StringUtils.unwrap throws StringIndexOutOfBoundsException #636 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 779d36e08..2a14667eb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,6 +62,7 @@ The type attribute can be add,update,fix,remove. TypeUtils.isAssignable returns wrong result for GenericArrayType and ParameterizedType, #643. testGetAllFields and testGetFieldsWithAnnotation sometimes fail. Fix Javadoc for SystemUtils.isJavaVersionAtMost() #638. + Fix StringUtils.unwrap throws StringIndexOutOfBoundsException #636. Add BooleanUtils.booleanValues(). Add BooleanUtils.primitiveValues().