Changelog for LOG4J2-2478 This closes #219
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c8860165 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c8860165 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c8860165 Branch: refs/heads/release-2.x Commit: c886016594b2424b787521925c76df85801a0d41 Parents: 869925c Author: Carter Kozak <[email protected]> Authored: Tue Oct 16 19:43:06 2018 -0400 Committer: Carter Kozak <[email protected]> Committed: Tue Oct 16 19:44:51 2018 -0400 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c8860165/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0dda1f9..cc83489 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -85,6 +85,9 @@ <action issue="LOG4J2-2466" dev="ggregory" type="fix" due-to="Paolo Bonanomi, Gary Gregory"> ColumnMapping literal not working. </action> + <action issue="LOG4J2-2478" dev="ckozak" type="fix" due-to="Diego Elias Costa"> + AbstractStringLayoutStringEncodingBenchmark returns the computed variables on each benchmark to avoid DCE. + </action> </release> <release version="2.11.1" date="2018-07-22" description="GA Release 2.11.1"> <action issue="LOG4J2-2389" dev="rgoers" type="fix" due-to="Liu Wen">
