Repository: logging-log4j2 Updated Branches: refs/heads/master 2817a137c -> 3e15c8de9
LOG4J2-1412 added change log entry Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f28dce9a Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f28dce9a Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/f28dce9a Branch: refs/heads/master Commit: f28dce9a4fbf6e87ac3f0b4d7cc8b6bacde590a9 Parents: 3aa04f9 Author: rpopma <[email protected]> Authored: Fri Jun 10 07:58:10 2016 +0900 Committer: rpopma <[email protected]> Committed: Fri Jun 10 07:58:10 2016 +0900 ---------------------------------------------------------------------- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f28dce9a/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index df15011..3c56e94 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -23,6 +23,11 @@ <title>Changes</title> </properties> <body> + <release version="2.6.2" date="2016-MM-DD" description="GA Release 2.6.2"> + <action issue="LOG4J2-1412" dev="rpopma" type="add"> + Unbox utility's ringbuffer of StringBuilders is now configurable. + </action> + </release> <release version="2.6.1" date="2016-06-05" description="GA Release 2.6.1"> <action issue="LOG4J2-1405" dev="rgoers" type="fix"> OnStartupTriggeringPolicy was forcing a rollover of empty files at startup and would append a
