This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-scala.git

commit eba3b544c004d5f33682b7cba96334733c9d2d71
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Dec 21 10:54:27 2023 +0100

    Remove author from changelogs
---
 src/changelog/.13.x.x/add-sbom.xml                     |  3 +--
 src/changelog/.13.x.x/update-parent.xml                |  1 -
 src/changelog/12.0/LOG4J2-1882_migrate-to-sbt.xml      |  3 +--
 src/changelog/12.0/LOG4J2-2291_add-Jenkins.xml         |  3 +--
 src/changelog/12.0/LOG4J2-2293_add-license-files.xml   |  3 +--
 src/changelog/12.0/LOG4J2-2294_rat-plugin.xml          |  3 +--
 src/changelog/12.0/LOG4J2-2295_add-osgi-descriptor.xml |  3 +--
 src/changelog/12.0/LOG4J2-2296_add-site.xml            |  3 +--
 src/changelog/12.0/LOG4J2-2298_add-changelog.xml       |  3 +--
 .../12.0/LOG4J2-2303_release-distribution-script.xml   |  3 +--
 src/changelog/12.0/LOG4J2-2668_add-scala-2_13.xml      |  3 +--
 src/changelog/13.0.0/LOG4J2-3184_add-scala-3.xml       |  6 +-----
 src/changelog/13.0.0/add-module-support.xml            |  4 +---
 src/changelog/13.0.0/java-17.xml                       |  4 +---
 src/changelog/13.0.0/switch-to-github-actions.xml      |  1 -
 src/changelog/13.0.0/switch-to-maven.xml               |  3 +--
 src/changelog/13.0.0/switch-to-semver.xml              |  3 +--
 .../update_org_apache_logging_log4j_log4j_api.xml      |  3 +--
 .../update_org_apache_logging_logging_parent.xml       |  1 -
 src/changelog/13.0.0/use-changelog.xml                 |  3 +--
 src/site/_release-notes/_12.0.adoc                     | 18 +++++++++---------
 src/site/_release-notes/_13.0.0.adoc                   | 14 +++++++-------
 src/site/_release-notes/_13.x.x.adoc                   |  3 ++-
 23 files changed, 35 insertions(+), 59 deletions(-)

diff --git a/src/changelog/.13.x.x/add-sbom.xml 
b/src/changelog/.13.x.x/add-sbom.xml
index 3a9235e..37c29aa 100644
--- a/src/changelog/.13.x.x/add-sbom.xml
+++ b/src/changelog/.13.x.x/add-sbom.xml
@@ -19,6 +19,5 @@
        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">
-  <author id="github:vy"/>
-  <description format="asciidoc">Started generating CycloneDX SBOM with the 
recent update of `logging-parent` to version `10.2.0`</description>
+  <description format="asciidoc">Start generating CycloneDX SBOM with the 
recent update of `logging-parent` to version `10.2.0`</description>
 </entry>
diff --git a/src/changelog/.13.x.x/update-parent.xml 
b/src/changelog/.13.x.x/update-parent.xml
index 94941fc..8b82b70 100644
--- a/src/changelog/.13.x.x/update-parent.xml
+++ b/src/changelog/.13.x.x/update-parent.xml
@@ -19,6 +19,5 @@
        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="changed">
-  <author id="github:vy"/>
   <description format="asciidoc">Update `org.apache.logging:logging-parent` to 
version `10.2.0`</description>
 </entry>
diff --git a/src/changelog/12.0/LOG4J2-1882_migrate-to-sbt.xml 
b/src/changelog/12.0/LOG4J2-1882_migrate-to-sbt.xml
index 45fa6d8..7458b6e 100644
--- a/src/changelog/12.0/LOG4J2-1882_migrate-to-sbt.xml
+++ b/src/changelog/12.0/LOG4J2-1882_migrate-to-sbt.xml
@@ -4,6 +4,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.2.xsd";
        type="changed">
   <issue id="LOG4J2-1882" 
link="https://issues.apache.org/jira/browse/LOG4J2-1882"/>
-  <author id="github:vy"/>
-  <description format="asciidoc">Switched from `sbt` to Maven to take 
advantage of `logging-parent` conveniences</description>
+  <description format="asciidoc">Switch from `sbt` to Maven to take advantage 
of `logging-parent` conveniences</description>
 </entry>
diff --git a/src/changelog/12.0/LOG4J2-2291_add-Jenkins.xml 
b/src/changelog/12.0/LOG4J2-2291_add-Jenkins.xml
index 95d5748..73c4046 100644
--- a/src/changelog/12.0/LOG4J2-2291_add-Jenkins.xml
+++ b/src/changelog/12.0/LOG4J2-2291_add-Jenkins.xml
@@ -4,6 +4,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.2.xsd";
        type="added">
   <issue id="LOG4J2-2291" 
link="https://issues.apache.org/jira/browse/LOG4J2-2291"/>
-  <author id="github:jvz"/>
-  <description format="asciidoc">Added Jenkins pipeline for `sbt` 
build</description>
+  <description format="asciidoc">Add Jenkins pipeline for `sbt` 
build</description>
 </entry>
diff --git a/src/changelog/12.0/LOG4J2-2293_add-license-files.xml 
b/src/changelog/12.0/LOG4J2-2293_add-license-files.xml
index 00404f6..5ac7d03 100644
--- a/src/changelog/12.0/LOG4J2-2293_add-license-files.xml
+++ b/src/changelog/12.0/LOG4J2-2293_add-license-files.xml
@@ -4,6 +4,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.2.xsd";
        type="added">
   <issue id="LOG4J2-2293" 
link="https://issues.apache.org/jira/browse/LOG4J2-2293"/>
-  <author id="github:jvz"/>
-  <description format="asciidoc">Added required license files to `sbt` output 
artifacts</description>
+  <description format="asciidoc">Add required license files to `sbt` output 
artifacts</description>
 </entry>
diff --git a/src/changelog/12.0/LOG4J2-2294_rat-plugin.xml 
b/src/changelog/12.0/LOG4J2-2294_rat-plugin.xml
index fac5cc6..63d704b 100644
--- a/src/changelog/12.0/LOG4J2-2294_rat-plugin.xml
+++ b/src/changelog/12.0/LOG4J2-2294_rat-plugin.xml
@@ -4,6 +4,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.2.xsd";
        type="added">
   <issue id="LOG4J2-2294" 
link="https://issues.apache.org/jira/browse/LOG4J2-2294"/>
-  <author id="github:jvz"/>
-  <description format="asciidoc">Added `apache-rat-plugin` 
reports</description>
+  <description format="asciidoc">Add `apache-rat-plugin` reports</description>
 </entry>
diff --git a/src/changelog/12.0/LOG4J2-2295_add-osgi-descriptor.xml 
b/src/changelog/12.0/LOG4J2-2295_add-osgi-descriptor.xml
index b6e702a..d3aa003 100644
--- a/src/changelog/12.0/LOG4J2-2295_add-osgi-descriptor.xml
+++ b/src/changelog/12.0/LOG4J2-2295_add-osgi-descriptor.xml
@@ -4,6 +4,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.2.xsd";
        type="added">
   <issue id="LOG4J2-2295" 
link="https://issues.apache.org/jira/browse/LOG4J2-2295"/>
-  <author id="github:jvz"/>
-  <description format="asciidoc">Added OSGi descriptors</description>
+  <description format="asciidoc">Add OSGi descriptors</description>
 </entry>
diff --git a/src/changelog/12.0/LOG4J2-2296_add-site.xml 
b/src/changelog/12.0/LOG4J2-2296_add-site.xml
index 40f95ef..bc53d4e 100644
--- a/src/changelog/12.0/LOG4J2-2296_add-site.xml
+++ b/src/changelog/12.0/LOG4J2-2296_add-site.xml
@@ -4,6 +4,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.2.xsd";
        type="added">
   <issue id="LOG4J2-2296" 
link="https://issues.apache.org/jira/browse/LOG4J2-2296"/>
-  <author id="github:jvz"/>
-  <description format="asciidoc">Added `sbt-site` plugin and website 
configuration</description>
+  <description format="asciidoc">Add `sbt-site` plugin and website 
configuration</description>
 </entry>
diff --git a/src/changelog/12.0/LOG4J2-2298_add-changelog.xml 
b/src/changelog/12.0/LOG4J2-2298_add-changelog.xml
index 35de756..ccd818b 100644
--- a/src/changelog/12.0/LOG4J2-2298_add-changelog.xml
+++ b/src/changelog/12.0/LOG4J2-2298_add-changelog.xml
@@ -4,6 +4,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.2.xsd";
        type="added">
   <issue id="LOG4J2-2298" 
link="https://issues.apache.org/jira/browse/LOG4J2-2298"/>
-  <author id="github:jvz"/>
-  <description format="asciidoc">Added changelog to site</description>
+  <description format="asciidoc">Add changelog to site</description>
 </entry>
diff --git a/src/changelog/12.0/LOG4J2-2303_release-distribution-script.xml 
b/src/changelog/12.0/LOG4J2-2303_release-distribution-script.xml
index db738b3..95a8a2d 100644
--- a/src/changelog/12.0/LOG4J2-2303_release-distribution-script.xml
+++ b/src/changelog/12.0/LOG4J2-2303_release-distribution-script.xml
@@ -4,6 +4,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.2.xsd";
        type="changed">
   <issue id="LOG4J2-2303" 
link="https://issues.apache.org/jira/browse/LOG4J2-2303"/>
-  <author id="github:jvz"/>
-  <description format="asciidoc">Added release distribution 
script</description>
+  <description format="asciidoc">Add release distribution script</description>
 </entry>
diff --git a/src/changelog/12.0/LOG4J2-2668_add-scala-2_13.xml 
b/src/changelog/12.0/LOG4J2-2668_add-scala-2_13.xml
index 1d5c05d..d1f9329 100644
--- a/src/changelog/12.0/LOG4J2-2668_add-scala-2_13.xml
+++ b/src/changelog/12.0/LOG4J2-2668_add-scala-2_13.xml
@@ -4,6 +4,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.2.xsd";
        type="added">
   <issue id="LOG4J2-2668" 
link="https://issues.apache.org/jira/browse/LOG4J2-2668"/>
-  <author id="github:jvz"/>
-  <description format="asciidoc">Added support for Scala 2.13</description>
+  <description format="asciidoc">Add support for Scala 2.13</description>
 </entry>
diff --git a/src/changelog/13.0.0/LOG4J2-3184_add-scala-3.xml 
b/src/changelog/13.0.0/LOG4J2-3184_add-scala-3.xml
index b8d9617..3c20b13 100644
--- a/src/changelog/13.0.0/LOG4J2-3184_add-scala-3.xml
+++ b/src/changelog/13.0.0/LOG4J2-3184_add-scala-3.xml
@@ -5,9 +5,5 @@
        type="added">
   <issue id="LOG4J2-3184" 
link="https://issues.apache.org/jira/browse/LOG4J2-3184"/>
   <issue id="26" link="https://github.com/apache/logging-log4j-scala/pull/26"/>
-  <author id="github:Flowdalic" name="Florian Schmaus"/>
-  <author id="github:pjfanning"/>
-  <author id="github:jvz"/>
-  <author id="github:vy"/>
-  <description format="asciidoc">Added support for Scala 3</description>
+  <description format="asciidoc">Add support for Scala 3</description>
 </entry>
diff --git a/src/changelog/13.0.0/add-module-support.xml 
b/src/changelog/13.0.0/add-module-support.xml
index 43c4f87..d3bbb30 100644
--- a/src/changelog/13.0.0/add-module-support.xml
+++ b/src/changelog/13.0.0/add-module-support.xml
@@ -19,7 +19,5 @@
        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">
-  <author id="github:ppkarwasz"/>
-  <author id="github:vy"/>
-  <description format="asciidoc">Added OSGi and JPMS support</description>
+  <description format="asciidoc">Add OSGi and JPMS support</description>
 </entry>
diff --git a/src/changelog/13.0.0/java-17.xml b/src/changelog/13.0.0/java-17.xml
index 1afd905..18aadc9 100644
--- a/src/changelog/13.0.0/java-17.xml
+++ b/src/changelog/13.0.0/java-17.xml
@@ -3,7 +3,5 @@
        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="changed">
-  <author id="github:ppkarwasz"/>
-  <author id="github:vy"/>
-  <description format="asciidoc">Bumped the Java version to 17 (Scala 2.10 and 
2.11 targets still require Java 8 that build switches to using 
`maven-toolchains-plugin`) </description>
+  <description format="asciidoc">Bump the Java version to 17 (Scala 2.10 and 
2.11 targets still require Java 8 that build switches to using 
`maven-toolchains-plugin`) </description>
 </entry>
diff --git a/src/changelog/13.0.0/switch-to-github-actions.xml 
b/src/changelog/13.0.0/switch-to-github-actions.xml
index b2735e2..e651137 100644
--- a/src/changelog/13.0.0/switch-to-github-actions.xml
+++ b/src/changelog/13.0.0/switch-to-github-actions.xml
@@ -3,6 +3,5 @@
        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="changed">
-  <author id="github:vy"/>
   <description format="asciidoc">Switch the CI to GitHub Actions</description>
 </entry>
diff --git a/src/changelog/13.0.0/switch-to-maven.xml 
b/src/changelog/13.0.0/switch-to-maven.xml
index 2ccb1fb..44d00c1 100644
--- a/src/changelog/13.0.0/switch-to-maven.xml
+++ b/src/changelog/13.0.0/switch-to-maven.xml
@@ -3,6 +3,5 @@
        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="changed">
-  <author id="github:vy"/>
-  <description format="asciidoc">Switched from `sbt` to Maven to take 
advantage of `logging-parent` conveniences</description>
+  <description format="asciidoc">Switch from `sbt` to Maven to take advantage 
of `logging-parent` conveniences</description>
 </entry>
diff --git a/src/changelog/13.0.0/switch-to-semver.xml 
b/src/changelog/13.0.0/switch-to-semver.xml
index 12bc95e..222fec0 100644
--- a/src/changelog/13.0.0/switch-to-semver.xml
+++ b/src/changelog/13.0.0/switch-to-semver.xml
@@ -3,6 +3,5 @@
        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="changed">
-  <author id="github:vy"/>
-  <description format="asciidoc">Switched to semantic versioning</description>
+  <description format="asciidoc">Switch to semantic versioning</description>
 </entry>
diff --git a/src/changelog/13.0.0/update_org_apache_logging_log4j_log4j_api.xml 
b/src/changelog/13.0.0/update_org_apache_logging_log4j_log4j_api.xml
index 3260c7d..75cf217 100644
--- a/src/changelog/13.0.0/update_org_apache_logging_log4j_log4j_api.xml
+++ b/src/changelog/13.0.0/update_org_apache_logging_log4j_log4j_api.xml
@@ -3,6 +3,5 @@
        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="changed">
-  <author id="github:vy"/>
-  <description format="asciidoc">Updated `org.apache.logging.log4j:log4j-api` 
version to `2.20.0`</description>
+  <description format="asciidoc">Update `org.apache.logging.log4j:log4j-api` 
version to `2.20.0`</description>
 </entry>
diff --git a/src/changelog/13.0.0/update_org_apache_logging_logging_parent.xml 
b/src/changelog/13.0.0/update_org_apache_logging_logging_parent.xml
index d959de0..0d42efe 100644
--- a/src/changelog/13.0.0/update_org_apache_logging_logging_parent.xml
+++ b/src/changelog/13.0.0/update_org_apache_logging_logging_parent.xml
@@ -19,6 +19,5 @@
        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="changed">
-  <author id="github:vy"/>
   <description format="asciidoc">Update `org.apache.logging:logging-parent` to 
version `10.1.1`</description>
 </entry>
diff --git a/src/changelog/13.0.0/use-changelog.xml 
b/src/changelog/13.0.0/use-changelog.xml
index f9b9e65..120dee1 100644
--- a/src/changelog/13.0.0/use-changelog.xml
+++ b/src/changelog/13.0.0/use-changelog.xml
@@ -19,6 +19,5 @@
        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="changed">
-  <author id="github:vy"/>
-  <description format="asciidoc">Started using `log4j-changelog`</description>
+  <description format="asciidoc">Start using `log4j-changelog`</description>
 </entry>
diff --git a/src/site/_release-notes/_12.0.adoc 
b/src/site/_release-notes/_12.0.adoc
index ee8db65..e2b9eda 100644
--- a/src/site/_release-notes/_12.0.adoc
+++ b/src/site/_release-notes/_12.0.adoc
@@ -43,15 +43,15 @@ This is the first release of the project.
 
 ==== Added
 
-* Added Jenkins pipeline for `sbt` build 
(https://issues.apache.org/jira/browse/LOG4J2-2291[LOG4J2-2291])
-* Added required license files to `sbt` output artifacts 
(https://issues.apache.org/jira/browse/LOG4J2-2293[LOG4J2-2293])
-* Added `apache-rat-plugin` reports 
(https://issues.apache.org/jira/browse/LOG4J2-2294[LOG4J2-2294])
-* Added OSGi descriptors 
(https://issues.apache.org/jira/browse/LOG4J2-2295[LOG4J2-2295])
-* Added `sbt-site` plugin and website configuration 
(https://issues.apache.org/jira/browse/LOG4J2-2296[LOG4J2-2296])
-* Added changelog to site 
(https://issues.apache.org/jira/browse/LOG4J2-2298[LOG4J2-2298])
-* Added support for Scala 2.13 
(https://issues.apache.org/jira/browse/LOG4J2-2668[LOG4J2-2668])
+* Add Jenkins pipeline for `sbt` build 
(https://issues.apache.org/jira/browse/LOG4J2-2291[LOG4J2-2291])
+* Add required license files to `sbt` output artifacts 
(https://issues.apache.org/jira/browse/LOG4J2-2293[LOG4J2-2293])
+* Add `apache-rat-plugin` reports 
(https://issues.apache.org/jira/browse/LOG4J2-2294[LOG4J2-2294])
+* Add OSGi descriptors 
(https://issues.apache.org/jira/browse/LOG4J2-2295[LOG4J2-2295])
+* Add `sbt-site` plugin and website configuration 
(https://issues.apache.org/jira/browse/LOG4J2-2296[LOG4J2-2296])
+* Add changelog to site 
(https://issues.apache.org/jira/browse/LOG4J2-2298[LOG4J2-2298])
+* Add support for Scala 2.13 
(https://issues.apache.org/jira/browse/LOG4J2-2668[LOG4J2-2668])
 
 ==== Changed
 
-* Switched from `sbt` to Maven to take advantage of `logging-parent` 
conveniences (https://issues.apache.org/jira/browse/LOG4J2-1882[LOG4J2-1882])
-* Added release distribution script 
(https://issues.apache.org/jira/browse/LOG4J2-2303[LOG4J2-2303])
+* Switch from `sbt` to Maven to take advantage of `logging-parent` 
conveniences (https://issues.apache.org/jira/browse/LOG4J2-1882[LOG4J2-1882])
+* Add release distribution script 
(https://issues.apache.org/jira/browse/LOG4J2-2303[LOG4J2-2303])
diff --git a/src/site/_release-notes/_13.0.0.adoc 
b/src/site/_release-notes/_13.0.0.adoc
index 31f7ae5..d25dea0 100644
--- a/src/site/_release-notes/_13.0.0.adoc
+++ b/src/site/_release-notes/_13.0.0.adoc
@@ -46,15 +46,15 @@ Though we needed to bump the major version number for the 
semantic versioning sw
 
 ==== Added
 
-* Added support for Scala 3 
(https://issues.apache.org/jira/browse/LOG4J2-3184[LOG4J2-3184], 
https://github.com/apache/logging-log4j-scala/pull/26[26])
-* Added OSGi and JPMS support
+* Add support for Scala 3 
(https://issues.apache.org/jira/browse/LOG4J2-3184[LOG4J2-3184], 
https://github.com/apache/logging-log4j-scala/pull/26[26])
+* Add OSGi and JPMS support
 
 ==== Changed
 
-* Bumped the Java version to 17 (Scala 2.10 and 2.11 targets still require 
Java 8 that build switches to using `maven-toolchains-plugin`)
+* Bump the Java version to 17 (Scala 2.10 and 2.11 targets still require Java 
8 that build switches to using `maven-toolchains-plugin`)
 * Switch the CI to GitHub Actions
-* Switched from `sbt` to Maven to take advantage of `logging-parent` 
conveniences
-* Switched to semantic versioning
-* Updated `org.apache.logging.log4j:log4j-api` version to `2.20.0`
+* Switch from `sbt` to Maven to take advantage of `logging-parent` conveniences
+* Switch to semantic versioning
+* Update `org.apache.logging.log4j:log4j-api` version to `2.20.0`
 * Update `org.apache.logging:logging-parent` to version `10.1.1`
-* Started using `log4j-changelog`
+* Start using `log4j-changelog`
diff --git a/src/site/_release-notes/_13.x.x.adoc 
b/src/site/_release-notes/_13.x.x.adoc
index ea5fa0f..fba87a1 100644
--- a/src/site/_release-notes/_13.x.x.adoc
+++ b/src/site/_release-notes/_13.x.x.adoc
@@ -43,7 +43,8 @@ This minor release contains various bug fixes and 
improvements.
 
 ==== Added
 
-* Started generating CycloneDX SBOM with the recent update of `logging-parent` 
to version `10.2.0`
+* Start generating CycloneDX SBOM with the recent update of `logging-parent` 
to version `10.2.0`
+* Fix recursive inlining issues in Scala 3 macros 
(https://github.com/apache/logging-log4j-scala/pull/40[40])
 
 ==== Changed
 

Reply via email to