You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2022/04/20 10:01:39 UTC

[logging-log4j2] branch release-2.x updated: LOG4J2-3472 update changes.xml

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

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


The following commit(s) were added to refs/heads/release-2.x by this push:
     new aa1cab96fd LOG4J2-3472 update changes.xml
aa1cab96fd is described below

commit aa1cab96fde70cc9f90f50251e74619f0e024401
Author: rpopma <rp...@apache.org>
AuthorDate: Wed Apr 20 19:00:43 2022 +0900

    LOG4J2-3472 update changes.xml
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 73310345dd..7fbd384abd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,9 @@
     -->
     <release version="2.17.3" date="2022-TBD" description="GA Release 2.18.0">
       <!-- FIXES -->
+      <action issue="LOG4J2-3472" dev="rpopma" type="add">
+        Add support for custom LMAX disruptor WaitStrategy configuration.
+      </action>
       <action issue="LOG4J2-3476" dev="rpopma" type="update">
         Do not throw UnsupportedOperationException when JUL ApiLogger::setLevel is called.
       </action>