You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2016/11/14 10:17:13 UTC

[4/4] logging-log4j2 git commit: LOG4J2-1692 update changes.xml

LOG4J2-1692 update changes.xml


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

Branch: refs/heads/master
Commit: df481a19c3cf7b4cbbccf4da31fa81785eb0ff15
Parents: 8c922b0
Author: Mikael St�ldal <mi...@magine.com>
Authored: Mon Nov 14 11:16:34 2016 +0100
Committer: Mikael St�ldal <mi...@magine.com>
Committed: Mon Nov 14 11:16:34 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/df481a19/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 037f404..6002d02 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,9 @@
   </properties>
   <body>
     <release version="2.8" date="2016-MM-DD" description="GA Release 2.8">
+      <action issue="LOG4J2-1692" dev="mikes" type="fix" due-to="Greg Thomas">
+        Add putAll() method to CloseableThreadContext.
+      </action>
       <action issue="LOG4J2-1689" dev="mikes" type="fix">
         Add ThreadContextMap3 interface supporting method removeAll(Iterable&lt;String&gt;).
       </action>