Skip to content

Commit

Permalink
Add support for Log4j API and SLF4J #177
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory authored Nov 3, 2023
1 parent 946711e commit a3f9d2b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ The <action> type attribute can be add,update,fix,remove.
</properties>
<body>
<release version="1.3.0" date="TBD" description="This is a maintenance release containing bug fixes. Java 8 or later is required.">
<!-- FIXES -->
<!-- ADD -->
<action dev="ggregory" type="add" due-to="Piotr P. Karwasz">
Add support for Log4j API and SLF4J #177.
</action>
<!-- FIX -->
<action issue="LOGGING-165" dev="britter" type="add">
Add Automatic-Module-Name Manifest Header for Java 9 compatibility.
</action>
Expand Down Expand Up @@ -72,7 +76,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary Gregory">
Fix possible NPEs in LogFactoryImpl.
</action>
<!-- UPDATES -->
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Gary Gregory">
Bump Java from 6 to 8.
</action>
Expand Down

0 comments on commit a3f9d2b

Please sign in to comment.