You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2021/03/05 06:23:32 UTC

[logging-log4j2] branch master updated: Add LOG4J2-2947 to changes.xml

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

rgoers 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 f52c6c6  Add LOG4J2-2947 to changes.xml
f52c6c6 is described below

commit f52c6c6693db6e081be7bc67371beef1f5aaf151
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Thu Mar 4 23:23:20 2021 -0700

    Add LOG4J2-2947 to changes.xml
---
 src/changes/changes.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 15faa0b..d7eac68 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -230,6 +230,10 @@
       </action>
     </release>
     <release version="2.14.1" date="2020-MM-DD" description="GA Release 2.14.1">
+      <action issue="LOG4J2-2947" dev="rgoers" type="fix">
+        Document that LogBuilder default methods do nothing. Add log method with no parameters - i.e. it has an
+        empty message.
+      </action>
       <action issue="LOG4J2-2923" dev="rgoers" type="upd">
         Add Rollover Listener to aid in unit test validation.
       </action>