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

[logging-log4j2] 02/02: LOG4J2-2898 changelog

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 e6c33d4259736712172da589c2f12130eaaee44e
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 bfe4256..a254f51 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -89,6 +89,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">