diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2255e5e32..fd055f215 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -94,6 +94,7 @@ The type attribute can be add,update,fix,remove. 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. + Simplifiable conditional expression. #941. Add GitHub coverage.yml. Add EnumUtils.getEnumSystemProperty(...).