You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2020/08/15 23:16:20 UTC

[logging-log4j2] branch master updated: LOG4J2-2906 - document changes

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

rgoers 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 cd30a5c  LOG4J2-2906 - document changes
cd30a5c is described below

commit cd30a5cd4f76a7732bb45aa8783d98716865c24d
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Aug 15 16:16:09 2020 -0700

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

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fd688db..961609b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -181,6 +181,9 @@
       </action>
     </release>
     <release version="2.14.0" date="2020-MM-DD" description="GA Release 2.14.0">
+      <action issue="LOG4J2-2906" dev="rgoers" type="fix" due-to="Stephen Joyner">
+        Fix UnsupportedOperationException when initializing the Log4j2CloudConfigLoggingSystem.
+      </action>
       <action issue="LOG4J2-2908" dev="rgoers" type="fix">
         Move Spring Lookup and Spring PropertySource to its own module.
       </action>