Repository: logging-log4j2 Updated Branches: refs/heads/release-2.x 66d0d231a -> 34a1b6102
[LOG4J2-2289] XML Schema for DynamicFilterThreshold does not accept multiple KeyValuePairs. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/34a1b610 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/34a1b610 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/34a1b610 Branch: refs/heads/release-2.x Commit: 34a1b610222ce691301d3ceb7c0bc589ceecb893 Parents: 66d0d23 Author: Gary Gregory <[email protected]> Authored: Sat Apr 7 12:23:43 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Sat Apr 7 12:23:43 2018 -0600 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/34a1b610/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e28947e..15bd397 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -241,6 +241,9 @@ </action> </release> <release version="2.10.0" date="2017-11-18" description="GA Release 2.10.0"> + <action issue="LOG4J2-2289" dev="ggregory" type="fix" due-to="Hari Menon"> + XML Schema for DynamicFilterThreshold does not accept multiple KeyValuePairs. + </action> <action issue="LOG4J2-2120" dev="mikes" type="add" due-to="Carter Douglas Kozak"> Properly escape newlines and other control characters in JSON. </action>
