You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2022/04/24 18:00:31 UTC

[logging-log4j2] 10/11: Add changelog entry for LOG4J2-3475

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

pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit af60ec3b2981e7b875e8aee1f9833c1ce5bf44fd
Author: Jeremy Lin <je...@gmail.com>
AuthorDate: Wed Apr 13 02:06:23 2022 -0700

    Add changelog entry for LOG4J2-3475
    
    Conflicts:
            src/changes/changes.xml
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0ea31a9d34..c8017e5093 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -214,6 +214,9 @@
       <action issue="LOG4J2-3440" dev="pkarwasz" type="add">
         Add support for adding and retrieving appenders in Log4j 1.x bridge.
       </action>
+      <action issue="LOG4J2-3475" dev="jjlin" type="fix" due-to="Jeremy Lin">
+        Add missing message parameterization in RegexFilter.
+      </action>
     </release>
     <release version="2.17.2" date="2022-02-23" description="GA Release 2.17.2">
       <!-- FIXES -->