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/18 16:05:40 UTC

[logging-log4j2] branch master updated: LOG4J2-2898 changelog

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 e50d94c  LOG4J2-2898 changelog
e50d94c is described below

commit e50d94cb093d79974322b0f66e5db8248f3ee324
Author: Carter Kozak <ck...@apache.org>
AuthorDate: Sat Jul 18 12:04:57 2020 -0400

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

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 517b2a3..7760f93 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -204,6 +204,9 @@
       <action issue="LOG4J2-2858" dev="ckozak" type="add" due-to="Stepan Gorban">
         More flexible configuration of the Disruptor WaitStrategy.
       </action>
+      <action issue="LOG4J2-2898" dev="ckozak" type="fix" due-to="Turbanov Andrey">
+        Avoid initializing volatile fields with default values.
+      </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">