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:47 UTC

[logging-log4j2] branch master updated: changelog for LOG4J2-2858

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c76c0ae  changelog for LOG4J2-2858
c76c0ae is described below

commit c76c0ae03fcffcdfb4041d118cb530b41e40a0a4
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 0ee5b3a..517b2a3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -201,6 +201,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">