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 2019/01/02 14:55:30 UTC

[logging-log4j2] 03/03: Changelog for LOG4J2-2522

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

commit 35312ef6ae9486ef57f50614a88823aece5c096a
Author: Carter Kozak <ck...@apache.org>
AuthorDate: Wed Jan 2 09:55:08 2019 -0500

    Changelog for LOG4J2-2522
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7a9be1b..a02a704 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -160,6 +160,9 @@
       <action issue="LOG4J2-2527" dev="ckozak" type="fix">
         Prevent ConcurrentModificationException while iterating over ListAppender events.
       </action>
+      <action issue="LOG4J2-2522" dev="ckozak" type="fix" due-to="Adam Lesiak">
+        Fix regression using MapMessageLookup.lookup with MapMessages that do not implement StringMapMessage.
+      </action>
     </release>
     <release version="2.11.1" date="2018-07-22" description="GA Release 2.11.1">
       <action issue="LOG4J2-2389" dev="rgoers" type="fix" due-to="Liu Wen">