From a3f9d2b3b8edc0699ef56879340c899274625f01 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 3 Nov 2023 11:22:31 -0400 Subject: [PATCH] Add support for Log4j API and SLF4J #177 --- src/changes/changes.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index cb4d250..e8e3765 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -44,7 +44,11 @@ The type attribute can be add,update,fix,remove. - + + + Add support for Log4j API and SLF4J #177. + + Add Automatic-Module-Name Manifest Header for Java 9 compatibility. @@ -72,7 +76,7 @@ The type attribute can be add,update,fix,remove. Fix possible NPEs in LogFactoryImpl. - + Bump Java from 6 to 8.