You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2020/07/02 13:15:17 UTC

[logging-log4j2] branch master updated: Reflect recent PR merges to changes.xml.

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

vy 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 0c3b913  Reflect recent PR merges to changes.xml.
0c3b913 is described below

commit 0c3b9134b27d6743aada93d7fb82af5afd0f1c86
Author: Volkan Yazıcı <vo...@gmail.com>
AuthorDate: Thu Jul 2 15:15:10 2020 +0200

    Reflect recent PR merges to changes.xml.
---
 src/changes/changes.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c724b1a..23d7619 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,12 @@
          - "remove" - Removed
     -->
     <release version="3.0.0" date="2019-xx-xx" description="GA Release 3.0.0">
+      <action issue="LOG4J2-2749" dev="vy" type="fix" due-to="Oleksii Khomchenko">
+        JsonLayout KeyValuePair should discard blank JSON keys.
+      </action>
+      <action issue="LOG4J2-2344" dev="vy" type="fix" due-to="dengliming">
+        Fix exception message in PropertiesConfigurationBuilder#createFilter().
+      </action>
       <action issue="LOG4J2-2795" dev="rgoers" type="fix">
         Reduce Log4j 2 initialization time by deferring loading Plugin classes.
       </action>