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-tools.git
commit a3ef6ff58d91dafdf3975b5466c7f35633fc03d9 Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Sep 29 10:57:19 2023 +0200 Add missing changelog issue (#81) --- src/changelog/.0.x.x/make-author-optional.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changelog/.0.x.x/make-author-optional.xml b/src/changelog/.0.x.x/make-author-optional.xml index e6d3f47..e664fb5 100644 --- a/src/changelog/.0.x.x/make-author-optional.xml +++ b/src/changelog/.0.x.x/make-author-optional.xml @@ -19,6 +19,7 @@ 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"> + <issue id="81" link="https://github.com/apache/logging-log4j-tools/issues/81"/> <author id="github:vy"/> <description format="asciidoc">Made `author` element optional and bumped the XML schema version to `0.1.2`</description> </entry>
