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 2020/10/06 14:41:47 UTC

[logging-log4j2] branch master updated: LOG4J2-2939 changelog

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d368e29  LOG4J2-2939 changelog
d368e29 is described below

commit d368e294d631e79119caa985656d0ec571bd24f5
Author: Carter Kozak <ck...@apache.org>
AuthorDate: Tue Oct 6 10:37:48 2020 -0400

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

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 41d2af9..dc8d4db 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -268,6 +268,9 @@
       <action issue="LOG4J2-2899" dev="ckozak" type="fix">
         Fix log4j-1.2-api LogEventWrapper threadId and priority accessors when called multiple times.
       </action>
+      <action issue="LOG4J2-2939" dev="ckozak" type="fix" due-to="Constantin Hirsch">
+        Fix NPE in MDCContextMap on 'contains' and 'isEmpty' invocations.
+      </action>
     </release>
     <release version="2.13.3" date="2020-05-10" description="GA Release 2.13.3">
       <action issue="LOG4J2-2838" dev="rgoers" type="fix">