diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0c20ea868..d0184efa8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -92,6 +92,7 @@ The type attribute can be add,update,fix,remove. Simplify condition #925. 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. Add GitHub coverage.yml. Add EnumUtils.getEnumSystemProperty(...).