diff --git a/src/changes/changes.xml b/src/changes/changes.xml index cb7f0845f..1d8a5a23f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -66,6 +66,8 @@ The type attribute can be add,update,fix,remove. Fix formatting of isAnyBlank() and isAnyEmpty(). #513. TypeUtils. containsTypeVariables does not support GenericArrayType #661. Javadoc of some methods incorrectly refers to another method, #667, #668. #670. + Refine StringUtils.lastIndexOfIgnoreCase #664. + Refine StringUtils.abbreviate #663. Add BooleanUtils.booleanValues(). Add BooleanUtils.primitiveValues().