diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2292f15f5..137940255 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -117,6 +117,8 @@ The type attribute can be add,update,fix,remove. Fix the comment of ComparableUtils, using "smallest", not "largest" #1058. AnnotationUtilsTest & FormattableUtilsTest Only use static imports to import assert methods in tests #1052. [LANG-1681] Fix some FieldUtils Javadocs #1047. + Remove unnecessary statement in DurationFormatUtils #965. + Add GitHub coverage.yml. Add EnumUtils.getEnumSystemProperty(...).