Fix 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/eb82f77c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/eb82f77c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/eb82f77c Branch: refs/heads/LOG4J2-1010&LOG4J2-1447-injectable-contextdata&better-datastructure Commit: eb82f77c01d438c330c6997c99ca9ffb9228d4f5 Parents: 45a7da2 Author: Mikael Ståldal <[email protected]> Authored: Tue Aug 30 11:31:02 2016 +0200 Committer: Mikael Ståldal <[email protected]> Committed: Tue Aug 30 11:31:02 2016 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/eb82f77c/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0842ec5..58a7a08 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -27,12 +27,6 @@ <action issue="LOG4J2-1528" dev="mikes" type="add"> Create XML configuration file from ConfigurationBuilder. </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-1511" dev="ggregory" type="fix" due-to="Srikanth Surukuntu"> DynamicThresholdFilter filters incorrectly when params are passed as individual arguments instead of varargs. </action> @@ -105,6 +99,18 @@ <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-1235" dev="ggregory" type="fix" due-to="Niranjan Rao, Sascha Scholz, Aleksey Zvolinsky"> + org.apache.logging.log4j.core.appender.routing.IdlePurgePolicy not working correctly. + </action> + <action issue="LOG4J2-1502" dev="ggregory" type="fix" due-to="Sumit Singhal"> + CsvParameterLayout and CsvLogEventLayout insert NUL characters if data starts with {, (, [ or " + </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>
