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.