LOG4J2-1293 change log
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/95d08847 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/95d08847 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/95d08847 Branch: refs/heads/LOG4J2-1278-gc-free-logger Commit: 95d08847ffffa5a2a7947d84cb0bd2f0295d39cc Parents: cd46be7 Author: rpopma <[email protected]> Authored: Mon Feb 22 15:27:30 2016 +0900 Committer: rpopma <[email protected]> Committed: Mon Feb 22 15:27:30 2016 +0900 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/95d08847/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d1ec6d9..a50600c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,6 +24,9 @@ </properties> <body> <release version="2.6" date="2016-MM-DD" description="GA Release 2.6"> + <action issue="LOG4J2-1293" dev="rpopma" type="add"> + Add interface StringBuilderFormattable to enable converting Messages and parameters to text without allocating temporary objects. + </action> <action issue="LOG4J2-1291" dev="rpopma" type="update"> Update PatternLayout to utilize gc-free mechanism for LogEvent processing. </action>
