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 2020/02/08 22:37:32 UTC

[logging-log4j2] branch master updated: LOG4J2-2768 - add changes.xml entry

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 0629520  LOG4J2-2768 - add changes.xml entry
0629520 is described below

commit 062952065b48e982f166a08d67f0f40421d206ad
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Feb 8 15:37:15 2020 -0700

    LOG4J2-2768 - add changes.xml entry
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 261393a..68da317 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -166,6 +166,9 @@
       </action>
     </release>
     <release version="2.13.1" date="2019-MM-DD" description="GA Release 2.13.1">
+      <action issue="LOG4J2-2768" dev="rgoers" type="fix" due-to="Marius Volkhart">
+        Add mulit-parameter overloads to LogBuilder.
+      </action>
       <action issue="LOG4J2-2770" dev="rgoers" type="fix" due-to="Bill Kuker">
         Fixed NullPointerException after reconfiguring via JMX.
       </action>