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 2018/07/03 05:57:31 UTC

[2/2] logging-log4j2 git commit: LOG4J2-1721 - Allow composite configuration for context parameter

LOG4J2-1721 - Allow composite configuration for context parameter


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d6ba15d3
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d6ba15d3
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d6ba15d3

Branch: refs/heads/master
Commit: d6ba15d30da10491d05088c250b79bcd2261bbe0
Parents: 96fb93d
Author: Ralph Goers <rg...@apache.org>
Authored: Mon Jul 2 21:42:57 2018 -0700
Committer: Ralph Goers <rg...@apache.org>
Committed: Mon Jul 2 21:42:57 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d6ba15d3/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2af648d..439fdc6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -199,6 +199,9 @@
       </action>
     </release>
     <release version="2.11.1" date="2018-MM-DD" description="GA Release 2.11.1">
+      <action issue="LOG4J2-1721" dev="rgoers" type="update" due-to="Phokham Nonava">
+        Allow composite configuration for context parameter.
+      </action>
       <action issue="LOG4J2-2343" dev="rgoers" type="fix" due-to="Raymond Augé">
         The OSGi Activator specified an incorrect version.
       </action>