From 1bf275cb60c7b7b8e7eb9575812d876d9db3a3da Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 29 Nov 2020 13:11:13 -0500 Subject: [PATCH] [LANG-1535] Add StringUtils.containsAnyIgnoreCase(CharSequence, CharSequence...). --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c13027c45..e0eb70d52 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -68,7 +68,7 @@ The type attribute can be add,update,fix,remove. Add BooleanUtils.booleanValues(). Add BooleanUtils.primitiveValues(). - Add StringUtils.containsAnyIgnoreCase(CharSequence, CharSequence...). + Add StringUtils.containsAnyIgnoreCase(CharSequence, CharSequence...). Add StopWatch.getStopTime(). More test coverage for CharSequenceUtils. #631. ArrayUtils.toPrimitive(Object) does not support boolean and other types #607.