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/11/20 17:44:32 UTC

[logging-log4j2] 01/01: LOG4J2-3110 - 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

commit cb1ec450258937167248a542f89f4947fb3fa628
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Nov 20 10:42:59 2021 -0700

    LOG4J2-3110 - 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 f1c3db2..ec46c70 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -2969,6 +2969,9 @@
       <action issue="LOG4J2-1384" dev="ggregory" type="update">
         Update Apache Commons CSV from 1.2 to 1.3.
       </action>
+      <action issue="LOG4J2-3110" dev="rgoers" type="fix" due-to="Arturo Bernal">
+        Fix the number of {}-placeholders in the string literal argument does not match the number of other arguments to the logging call.
+      </action>
       <action issue="LOG4J2-1372" dev="rgoers" type="fix" due-to="Kamal Mettananda, Gary Gregory">
         XMLLayout indents, but not the first child tag (Event).
       </action>