Skip to content

Commit 0c98111

Browse files
committed
Fix changelog
1 parent 6b1a967 commit 0c98111

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

src/changelog/.0.x.x/add-codegen.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="added">
6+
<issue id="92" link="https://github.com/apache/logging-log4j-transform/pull/92"/>
67
<description format="asciidoc">
7-
Add `log4j-codegen` tool to generate custom loggers.
8+
Adds a
9+
xref:cli.adoc#log4j-codegen[`log4j-codegen` CLI tool]
10+
to generate custom loggers.
811
</description>
912
</entry>

src/changelog/.0.x.x/add-config-converter.xml renamed to src/changelog/.0.x.x/add-converter-config.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="added">
6+
<issue id="142" link="https://github.com/apache/logging-log4j-transform/pull/142"/>
67
<description format="asciidoc">
7-
Add `log4j-codegen` tool to generate custom loggers.
8+
Adds a
9+
xref:log4j-converter-config.adoc[Configuration Converter API]
10+
to convert between various logging configuration files.
811
</description>
912
</entry>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="https://logging.apache.org/xml/ns"
4+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5+
type="added">
6+
<issue id="139" link="https://github.com/apache/logging-log4j-transform/pull/139"/>
7+
<description format="asciidoc">
8+
Adds a
9+
xref:cli.adoc#log4j-converter-plugin-descriptor[`log4j-converter-plugin-descriptor` CLI tool]
10+
to manipulate
11+
{logging-services-url}/log4j/2.x/manual/plugins.html#plugin-registry[Log4j Plugin descriptors].
12+
</description>
13+
</entry>

0 commit comments

Comments
 (0)