From d8cea4d1f4cd5d5a4426f1f7577479af54da4e08 Mon Sep 17 00:00:00 2001 From: Alex Herbert Date: Fri, 27 May 2022 16:19:38 +0100 Subject: [PATCH] Track changes --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 313bc1d26..087cf7386 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -83,6 +83,7 @@ The type attribute can be add,update,fix,remove. 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. + Rewrite Conversion.binaryBeMsb0ToHexDigit to invert logic of binaryToHexDigit. Add EnumUtils.getEnumSystemProperty(...). Add TriConsumer.