You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/03/03 15:15:15 UTC

[logging-log4j2] branch release-2.x updated: Better docs.

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


The following commit(s) were added to refs/heads/release-2.x by this push:
     new cb51ea0  Better docs.
cb51ea0 is described below

commit cb51ea0377871636a0af4ad5d55467169ce23e02
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Mar 3 10:15:08 2022 -0500

    Better docs.
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 986e343..451fc9d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,7 +49,7 @@
         Document that the Spring Boot Lookup requires the log4j-spring-boot dependency.
       </action>
       <action issue="LOG4J2-3317" dev="ckozak" type="fix">
-        Fix RoutingAppender backcompat and disallow recursive evaluation of lookup results outside of configuration properties.
+        Fix RoutingAppender backward compatibility and disallow recursive evaluation of lookup results outside of configuration properties.
       </action>
       <action issue="LOG4J2-3333" dev="ckozak" type="fix">
         Fix ThreadContextDataInjector initialization deadlock