From 9de7e1a1b4eeed5b5e3bd56c6b179266f550196d Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 22 May 2018 08:41:35 -0600 Subject: [PATCH] [LANG-1290] StringUtils.join() with support for List with configurable start/end indices. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 64469cf9c..4e218ab18 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -65,6 +65,7 @@ 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 overloadinh methods in StringUtils that take a regex to take precompiled Pattern. + StringUtils.join() with support for List with configurable start/end indices.