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/daa67767 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/daa67767 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/daa67767
Branch: refs/heads/LOG4J2-1010&LOG4J2-1447-injectable-contextdata&better-datastructure Commit: daa6776713964e94942622b7fdc0fabca94bdb2f Parents: 8968716 Author: Gary Gregory <[email protected]> Authored: Mon Aug 29 11:38:26 2016 -0700 Committer: Gary Gregory <[email protected]> Committed: Mon Aug 29 11:38:26 2016 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/daa67767/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 108d75a..6a12f64 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,12 +24,6 @@ </properties> <body> <release version="2.7" date="2016-MM-DD" description="GA Release 2.7"> - <action issue="LOG4J2-1181" dev="mikes" type="add"> - Scala API. - </action> - <action issue="LOG4J2-1512" dev="mikes" type="add"> - Options to exclude stack trace from JSON, XML and YAML layouts. - </action> <action issue="LOG4J2-1511" dev="ggregory" type="fix" due-to="Srikanth Surukuntu"> DynamicThresholdFilter filters incorrectly when params are passed as individual arguments instead of varargs. </action> @@ -102,6 +96,12 @@ <action issue="LOG4J2-1313" dev="rpopma" type="fix" due-to="Philipp Knobel"> Properties declared in configuration can now have their value either in the element body or in an attribute named "value". </action> + <action issue="LOG4J2-1181" dev="mikes" type="add"> + Scala API. + </action> + <action issue="LOG4J2-1512" dev="mikes" type="add"> + Options to exclude stack trace from JSON, XML and YAML layouts. + </action> <action issue="LOG4J2-1539" dev="ggregory" type="add" due-to="Gary Gregory"> Add Core API Configurator.shutdown(LoggerContext, long, TimeUnit). </action>
