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 <[email protected]> Authored: Mon Nov 14 11:16:34 2016 +0100 Committer: Mikael Ståldal <[email protected]> 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<String>). </action>
