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 988f14e2c43fa023e1b8097a055d1bc50604e865 Author: Ralph Goers <[email protected]> AuthorDate: Sat Jul 27 20:27:22 2019 -0700 LOG4J2-2556 - Make Log4j Core optional --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f33715c..5b2444b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -142,6 +142,9 @@ </action> </release> <release version="2.12.1" date="2019-MM-DD" description="GA Release 2.12.1"> + <action issue="LOG4J2-2556" dev="rgoers" type="update"> + Make Log4j Core optional for Log4j 1.2 API. + </action> <action issue="LOG4J2-2575" dev="rgoers" type="fix" due-to="Nathan Friess"> CronExpression.getBeforeTime() would sometimes return incorrect result. </action>
