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 e4e46f0667 LOG4J2-3473 update change log e4e46f0667 is described below commit e4e46f0667eb8473246ccc74ed6ede938cab0667 Author: Remko Popma <rem...@yahoo.com> AuthorDate: Tue Apr 26 17:41:37 2022 +0900 LOG4J2-3473 update change log --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 499b054abc..3677dd536f 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-3473" dev="rpopma" type="update"> + Make the default disruptor WaitStrategy used by Async Loggers garbage-free. + </action> <action issue="LOG4J2-3472" dev="rpopma" type="add"> Add support for custom LMAX disruptor WaitStrategy configuration. </action>