From 672cd146f2c2824c3c4ea28d406a6e5feeee7b18 Mon Sep 17 00:00:00 2001 From: pascalschumacher Date: Fri, 8 Jun 2018 18:12:51 +0200 Subject: [PATCH] LANG-1392: add changes.xml entry --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b7c70d139..4fb91b186 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -65,7 +65,8 @@ The type attribute can be add,update,fix,remove. Add API SystemUtils.String getEnvironmentVariable(final String name, final String defaultValue) org.apache.commons.lang3.SystemUtils should not write to System.err. Add RegexUtils class instead of overloading methods in StringUtils that take a regex to take precompiled Pattern. - StringUtils.join() with support for List<?> with configurable start/end indices. + StringUtils.join() with support for List<?> with configurable start/end indices. + Methods for getting first non empty or non blank value