From 2bb197d3d45b8e00d9276511c1e162d8cca6dfb0 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 22 May 2018 10:27:24 -0600 Subject: [PATCH] [LANG-1290] StringUtils.join() with support for List with configurable start/end indices. Fix XML. --- 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 4e218ab18..d07c6c6ae 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -65,7 +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. + StringUtils.join() with support for List<?> with configurable start/end indices.