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 16:09:04 UTC

[logging-log4j2] branch release-2.x updated: LOG4J2-3033 - Add changes.xml entry

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

rgoers 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 9f243f2  LOG4J2-3033 - Add changes.xml entry
9f243f2 is described below

commit 9f243f208f9483841fdfa2eb6a12593f8d9393c3
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Fri Mar 5 09:07:44 2021 -0700

    LOG4J2-3033 - Add changes.xml entry
---
 src/changes/changes.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5c5d321..a54e2d4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,9 +31,11 @@
     -->
     <release version="2.14.1" date="2021-MM-DD" description="GA Release 2.14.1">
       <!-- FIXES -->
+      <action issue="LOG4J2-3033" dev="rgoers" type="fix">
+        Add log method with no parameters - i.e. it has an empty message.
+      </action>
       <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.
+        Document that LogBuilder default methods do nothing.
       </action>
       <action issue="LOG4J2-2948" dev="vy" type="fix">
         Replace HashSet with IdentityHashMap in ParameterFormatter to detect cycles.