This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 095f2dbfdd362078ecd251312aa007bca66bd529 Author: Gary Gregory <[email protected]> AuthorDate: Wed Jan 5 13:16:15 2022 -0500 Log4j 1.2 bridge adds org.apache.log4j.helpers.Loader. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5bd953a..51c38c7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -230,6 +230,9 @@ <action dev="ggregory" type="fix"> Log4j 1.2 bridge adds org.apache.log4j.helpers.LogLog. </action> + <action dev="ggregory" type="fix"> + Log4j 1.2 bridge adds org.apache.log4j.helpers.Loader. + </action> </release> <release version="2.17.1" date="2021-MM-DD" description="GA Release 2.17.1"> <action issue="LOG4J2-3292" dev="ckozak" type="fix">
