You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ck...@apache.org on 2021/12/23 17:46:42 UTC

[logging-log4j2] branch release-2.x updated: LOG4J2-3264 changelog

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

ckozak 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 c441599  LOG4J2-3264 changelog
c441599 is described below

commit c4415993b3cd79ce027bec575976330135f51c83
Author: Carter Kozak <ck...@apache.org>
AuthorDate: Thu Dec 23 12:46:34 2021 -0500

    LOG4J2-3264 changelog
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2f52866..5b4eb75 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,9 @@
          - "remove" - Removed
     -->
     <release version="2.17.1" date="2021-MM-dd" description="GA Release 2.17.1">
+      <action issue="LOG4J2-3264" dev="ckozak" type="fix" due-to="Yanming Zhou">
+        Fix MapLookup to lookup MapMessage before DefaultMap
+      </action>
       <action issue="LOG4J2-3274" dev="rgoers" type="fix" due-to="Faisal Khan Thayub Khan">
         Buffered I/O checked had inverted logic in RollingFileAppenderBuidler.
       </action>