This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release-2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit ffa606e6e3c30f75ac3107f18f6c514aa7d5d28a Author: Gary Gregory <[email protected]> AuthorDate: Wed Jan 5 11:07:28 2022 -0500 Fix indentation. --- src/changes/changes.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3dde73f..89199d5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -77,16 +77,16 @@ Log4j 1.2 bridge missing class org.apache.log4j.or.RendererMap. </action> <action dev="ggregory" type="fix" issue="LOG4J2-3281"> - Log4j 1.2 bridge PropertiesConfiguration.buildAppender not adding filters to custom appender. + Log4j 1.2 bridge PropertiesConfiguration.buildAppender not adding filters to custom appender. </action> <action dev="ggregory" type="fix" issue="LOG4J2-3316"> - Log4j 1.2 bridge should ignore case in properties file keys. + Log4j 1.2 bridge should ignore case in properties file keys. </action> <action dev="ggregory" type="fix" issue="LOG4J2-3316"> - Log4j 1.2 bridge adds org.apache.log4j.component.helpers.Constants. + Log4j 1.2 bridge adds org.apache.log4j.component.helpers.Constants. </action> <action dev="ggregory" type="fix" issue="LOG4J2-3316"> - Log4j 1.2 bridge adds org.apache.log4j.helpers.LogLog. + Log4j 1.2 bridge adds org.apache.log4j.helpers.LogLog. </action> <!-- ADD --> <!-- UPDATES -->
