You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2022/01/17 20:04:10 UTC

[logging-log4j2] 02/02: Add changelog entry for LOG4J2-3343

This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit ac6c65db7517d90c8436a947a57acedf582d7ee0
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Mon Jan 17 14:03:26 2022 -0600

    Add changelog entry for LOG4J2-3343
    
    Signed-off-by: Matt Sicker <ma...@apache.org>
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6a9f42c..a268ee4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -143,6 +143,9 @@
       <action dev="ggregory" type="add">
         Add org.apache.logging.log4j.core.appender.AsyncAppender.getAppenders() to more easily port from org.apache.log4j.AsyncAppender.getAllAppenders(). 
       </action>
+      <action issue="LOG4J2-3343" type="add" dev="mattsicker">
+        Add ability to use exclusion pattern filter on Map Resolver keys.
+      </action>
       <!-- UPDATES -->
       <action dev="ggregory" type="udpate" due-to="Dependabot">
         Bump mongodb3.version from 3.12.4 to 3.12.10 #605.