Repository: logging-log4j2 Updated Branches: refs/heads/master f477e5c16 -> dcea214e9
Group "add"s together. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/dcea214e Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/dcea214e Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/dcea214e Branch: refs/heads/master Commit: dcea214e972c99524e1185731ca07936d9917fc1 Parents: f477e5c Author: Gary Gregory <ggreg...@apache.org> Authored: Thu Nov 17 21:40:22 2016 -0800 Committer: Gary Gregory <ggreg...@apache.org> Committed: Thu Nov 17 21:40:22 2016 -0800 ---------------------------------------------------------------------- src/changes/changes.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/dcea214e/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bea8e83..a955be3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -87,9 +87,6 @@ <action issue="LOG4J2-1663" dev="rpopma" type="fix"> Ensure SortedArrayStringMap can be serialized and deserialized without errors regardless of content. </action> - <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> @@ -132,6 +129,9 @@ <action issue="LOG4J2-1700" dev="ggregory" type="update"> Update Jansi from 1.13 to 1.14. </action> + <action issue="LOG4J2-1660" dev="rpopma" type="add"> + Added public method ThreadContext::getThreadContextMap; removed class ThreadContextAccess. + </action> <action issue="LOG4J2-1379" dev="mattsicker" type="add"> Add documentation regarding YAML configuration format. </action>