LOG4J2-1326 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/35138e9e Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/35138e9e Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/35138e9e Branch: refs/heads/LOG4J2-1356 Commit: 35138e9ee2108801d0a680939bd70585e719f79d Parents: 2bf358d Author: rpopma <[email protected]> Authored: Fri Apr 8 00:42:09 2016 +0900 Committer: rpopma <[email protected]> Committed: Fri Apr 8 00:42:09 2016 +0900 ---------------------------------------------------------------------- src/changes/changes.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/35138e9e/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a677fa1..f296b9f 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-1326" dev="rpopma" type="add"> + (GC) Added methods to the Logger interface for logging CharSequence messages. + </action> <action issue="LOG4J2-1348" dev="ggregory" type="add" due-to="Greg Thomas, Gary Gregory"> Add an AutoCloseable ThreadContext class: CloseableThreadContext. </action> @@ -31,10 +34,10 @@ (Doc) Clarify documentation for properties that control Log4j behaviour. </action> <action issue="LOG4J2-1344" dev="rpopma" type="add"> - FileAppender, RollingFileAppender and MemoryMappedFileAppender are now also garbage-free by default. + (GC) FileAppender, RollingFileAppender and MemoryMappedFileAppender are now also garbage-free by default. </action> <action issue="LOG4J2-1343" dev="rpopma" type="update"> - ConsoleAppender is now garbage-free by default. This logic is reusable for all AbstractOutputStreamAppender subclasses. + (GC) ConsoleAppender is now garbage-free by default. This logic is reusable for all AbstractOutputStreamAppender subclasses. </action> <action issue="LOG4J2-1336" dev="ggregory" type="fix" due-to="Zbynek Vyskovsky"> LoggerFactory in 1.2 API module is not compatible with 1.2.
