You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ck...@apache.org on 2022/01/22 01:29:38 UTC

[logging-log4j2] branch master updated: Fix LOG4J2-3358 changelog

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

ckozak 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 9f35a37  Fix LOG4J2-3358 changelog
9f35a37 is described below

commit 9f35a37da915de0fcf4d6c7c6cae2908d6c46677
Author: Carter Kozak <ck...@apache.org>
AuthorDate: Fri Jan 21 20:29:12 2022 -0500

    Fix LOG4J2-3358 changelog
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 40a09f5..3d1efbb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -177,7 +177,7 @@
     <release version="2.17.2" date="20YY-MM-DD" description="GA Release 2.17.2">
       <!-- FIXES -->
       <action issue="LOG4J2-3358" dev="ckozak" type="fix">
-        log4j-jpl formats message parameters correctly using MessageFormat.
+        Fix substitutions when programmatic configuration is used
       </action>
       <action issue="LOG4J2-3345" dev="ckozak">
         log4j-jpl formats message parameters correctly using MessageFormat.