LOG4J2-2253 (change log) Add API to enable iterating over message parameters without creating temporary objects
Closes #150 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/73306cd0 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/73306cd0 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/73306cd0 Branch: refs/heads/release-2.x Commit: 73306cd08a95cafa12bfcc98aee81f0903c533b1 Parents: d19496f Author: rpopma <rpo...@apache.org> Authored: Mon Feb 26 19:42:22 2018 +0900 Committer: rpopma <rpo...@apache.org> Committed: Mon Feb 26 19:42:22 2018 +0900 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/73306cd0/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 00020b5..624829b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -31,6 +31,9 @@ - "remove" - Removed --> <release version="2.11.0" date="2018-xx-xx" description="GA Release 2.11.0"> + <action issue="LOG4J2-2253" dev="rpopma" type="add" due-to="Carter Kozak"> + Add API to enable iterating over message parameters without creating temporary objects. + </action> <action issue="LOG4J2-2271" dev="rgoers" type="fix"> Move module-info.class to META-INF/versions/9 directory. </action>