This is an automated email from the ASF dual-hosted git repository. rgoers pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 404eb08217104ab599d83df1de67e52b84bb7eb3 Author: Ralph Goers <[email protected]> AuthorDate: Mon Mar 30 12:37:49 2020 -0700 LOG4J2-1360 - update changes.xml --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2c33c04..6ca33b2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -169,6 +169,9 @@ </action> </release> <release version="2.13.2" date="2020-MM-DD" description="GA Release 2.13.2"> + <action issue="LOG4J2-1360" dev="rgoers" type="add" due-to="Kevin Leturc"> + Provide a Log4j implementation of System.Logger. + </action> <action issue="LOG4J2-2790" dev="rgoers" type="fix" due-to="Marius Volkhart"> Conditionally allocate PluginEntry during PluginCache loading. </action>
