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

[09/10] logging-log4j2 git commit: LOG4J2-1660 change log

LOG4J2-1660 change log


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

Branch: refs/heads/master
Commit: 2aa3e53cada5f10220aa62575a62e03ac9a989cd
Parents: d364463
Author: rpopma <rp...@apache.org>
Authored: Thu Nov 3 23:53:48 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Thu Nov 3 23:53:48 2016 +0900

----------------------------------------------------------------------
 src/changes/changes.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2aa3e53c/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 53c7c36..d017257 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,7 +23,10 @@
     <title>Changes</title>
   </properties>
   <body>
-    <release version="2.7.1" date="2016-MM-DD" description="GA Release 2.7.1">
+    <release version="2.8" date="2016-MM-DD" description="GA Release 2.8">
+      <action issue="LOG4J2-1660" dev="rpopma" type="add">
+        Added public method ThreadContext::getThreadContextMap; removed class ThreadContextAccess.
+      </action>
       <action issue="LOG4J2-1658" dev="rpopma" type="fix">
         Prevent NPE in ThreadContextMapFactory::createThreadContextMap when initializing Log4j with Configurator::initialize and the BasicContextSelector is used.
       </action>