You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ck...@apache.org on 2020/07/16 21:07:27 UTC

[logging-log4j2] 02/02: changelog for LOG4J2-2858

This is an automated email from the ASF dual-hosted git repository.

ckozak pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 706122bef5c55a4c73cbd94c06c186616daf1ed4
Author: Carter Kozak <ck...@apache.org>
AuthorDate: Thu Jul 16 17:07:09 2020 -0400

    changelog for LOG4J2-2858
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 87470ec..bfe4256 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -86,6 +86,9 @@
         RingBufferLogEventTranslator uses a static ContextDataInjector instead of initializing a new object
         on each thread.
       </action>
+      <action issue="LOG4J2-2858" dev="ckozak" type="add" due-to="Stepan Gorban">
+        More flexible configuration of the Disruptor WaitStrategy.
+      </action>
     </release>
     <release version="2.13.3" date="2020-05-10" description="GA Release 2.13.3">
       <action issue="LOG4J2-2838" dev="rgoers" type="fix">