This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch 3.x-docgen in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit c6cb0ea85d59bca2e82c13ce4f35e0d46c264afb Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Mar 25 10:41:30 2024 +0100 Add changelog entry --- src/changelog/.3.x.x/add_plugin_reference.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/changelog/.3.x.x/add_plugin_reference.xml b/src/changelog/.3.x.x/add_plugin_reference.xml new file mode 100644 index 0000000000..47618da733 --- /dev/null +++ b/src/changelog/.3.x.x/add_plugin_reference.xml @@ -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.3.xsd" + type="added"> + <issue id="1954" link="https://github.com/apache/logging-log4j2/issues/1954"/> + <description format="asciidoc">Add _"Plugin Reference"_ to the website. +It is a Javadoc-on-steroids focusing on Log4j plugins.</description> +</entry>
