diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 087cf7386..ada808fcb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -82,7 +82,8 @@ The type attribute can be add,update,fix,remove. Minor changes #769. FastDateFormat does not support the 'L'-Pattern from SimpleDateFormat. Increase test coverage of ComparableUtils from 71% to 100% #898. - Increase method test coverage of MultilineRecursiveToStringStyle #899. + Increase method test coverage of MultilineRecursiveToStringStyle #899. + Fix unstable coverage of CharSequenceUtils tests noticed during merge of PRs 898 and 899 #901. Rewrite Conversion.binaryBeMsb0ToHexDigit to invert logic of binaryToHexDigit. Add EnumUtils.getEnumSystemProperty(...).