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