From 1deca6672dbe4b9a042d51dea4bd684f55bc8566 Mon Sep 17 00:00:00 2001 From: Rob Tompkins Date: Thu, 9 Aug 2018 15:53:50 -0400 Subject: [PATCH] LANG-1402: thanks Mark --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a4af662d3..ee0471123 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -70,6 +70,7 @@ The type attribute can be add,update,fix,remove. StringUtils.join() with support for List<?> with configurable start/end indices. Methods for getting first non empty or non blank value Remove checks for java versions below the minimum supported one + Null/index safe get methods for ArrayUtils