Skip to content

Commit

Permalink
Add changelog for version 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Jan 28, 2024
1 parent 1cfac27 commit 9d4fb37
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/changelog/2.18.0/add_log4j_loader.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://logging.apache.org/log4j/changelog"
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
type="added">
<description format="asciidoc">
Add a `Log4jWebappClassLoader` that delegates Log4j API classes to the parent classloader.
</description>
</entry>
9 changes: 9 additions & 0 deletions src/changelog/2.18.0/add_tomcat_lookup.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://logging.apache.org/log4j/changelog"
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
type="added">
<description format="asciidoc">
Add a Tomcat lookup to retrieve data from `WebappProperties`.
</description>
</entry>

0 comments on commit 9d4fb37

Please sign in to comment.