Repository: logging-log4j2 Updated Branches: refs/heads/master 311c769a5 -> 11945f025
LOG4J2-1278 fix copy&paste error in 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/11945f02 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/11945f02 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/11945f02 Branch: refs/heads/master Commit: 11945f025b2a92bc565e626644b2bbe3c4a11ba2 Parents: 311c769 Author: rpopma <[email protected]> Authored: Fri Apr 1 00:47:28 2016 +0900 Committer: rpopma <[email protected]> Committed: Fri Apr 1 00:47:28 2016 +0900 ---------------------------------------------------------------------- src/changes/changes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/11945f02/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8a49005..e9d2ca8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,8 +24,8 @@ </properties> <body> <release version="2.6" date="2016-MM-DD" description="GA Release 2.6"> - <action issue="LOG4J2-1324" dev="rpopma" type="fix"> - Improve error handling in the Async Logger background thread: the new default exception handler no longer rethrows the error. + <action issue="LOG4J2-1336" dev="ggregory" type="fix" due-to="Zbynek Vyskovsky"> + LoggerFactory in 1.2 API module is not compatible with 1.2. </action> <action issue="LOG4J2-1278" dev="rpopma" type="add"> (GC) Added unrolled varargs methods to Logger API, added Unbox utility to avoid auto-boxing when logging primitive values.
