diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d2f9a8d85..c256342f6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,7 +45,7 @@ The type attribute can be add,update,fix,remove. - + Generate Javadoc jar on build. Add ExceptionUtils.throwableOfType(Throwable, Class) and friends. Add EMPTY_ARRAY constants to classes in org.apache.commons.lang3.tuple. @@ -67,7 +67,7 @@ The type attribute can be add,update,fix,remove. Add ClassLoaderUtils with toString() implementations. #453. - + FieldUtils.removeFinalModifier(Field, boolean), in java 12 throw exception because the final modifier is no longer mutable. Switch coverage from cobertura to jacoco.