LOG4J2-1274 update 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/6a5a8d37 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/6a5a8d37 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/6a5a8d37 Branch: refs/heads/LOG4J2-1278-gc-free-logger Commit: 6a5a8d37b717d5aae06a9d6186ea91368ff048d7 Parents: 7c4491c Author: rpopma <[email protected]> Authored: Sun Feb 21 23:06:36 2016 +0900 Committer: rpopma <[email protected]> Committed: Sun Feb 21 23:06:36 2016 +0900 ---------------------------------------------------------------------- src/changes/changes.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6a5a8d37/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 177f266..4f8f00c 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-1274" dev="rpopma" type="add"> + Add encode() method to Layout API to enable converting LogEvents to bytes without creating temporary objects. + </action> <action issue="LOG4J2-1289" dev="ggregory" type="fix"> Change flow logging text from "entry' to "Enter" and "exit" to "Exit". </action> @@ -56,8 +59,7 @@ Add shutdown methods to LogManager. </action> <action issue="LOG4J2-1222" dev="rgoers" type="fix"> - Creation of a LoggerContext will fail if shutdown is in progress. LogManager will default to SimpleLogger - instead. + Creation of a LoggerContext will fail if shutdown is in progress. LogManager will default to SimpleLogger instead. </action> <action issue="LOG4J2-1221" dev="rpopma" type="update" due-to="Michael Barker"> Added async logger Timeout wait strategy and made this the default wait strategy for async loggers.
