diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d0184efa8..2255e5e32 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -93,6 +93,7 @@ The type attribute can be add,update,fix,remove. StringUtils.join(Iterable, String) should only return null when the Iterable is null. StringUtils.join(Iterator, String) should only return null when the Iterator is null. Add tests to increase coverage #904. + Extends Object clauses are redundant #937. Add GitHub coverage.yml. Add EnumUtils.getEnumSystemProperty(...).