LOG4J2-2253 (change log) Add API to enable iterating over message parameters without creating temporary objects
Closes #150 (cherry picked from commit 73306cd) Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b712cb7b Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b712cb7b Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b712cb7b Branch: refs/heads/master Commit: b712cb7b419e5d665ee4935101a947f933ab749d Parents: 0bc29cc Author: rpopma <[email protected]> Authored: Mon Feb 26 19:42:22 2018 +0900 Committer: rpopma <[email protected]> Committed: Mon Feb 26 19:46:06 2018 +0900 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b712cb7b/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index db9db2f..10081d5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -90,6 +90,9 @@ </action> </release> <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>
