This is an automated email from the ASF dual-hosted git repository.
rgoers 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 b04e966 LOG4J2-913 Update changes
b04e966 is described below
commit b04e966db142a79f729fdeaa375a70766fe75ac7
Author: Ralph Goers <[email protected]>
AuthorDate: Sat May 4 22:34:36 2019 -0700
LOG4J2-913 Update changes
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c6688b4..77bf934 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,9 @@
- "remove" - Removed
-->
<release version="2.12.0" date="2019-MM-DD" description="GA Release
2.12.0">
+ <action issue="LOG4J2-913" dev="rgoers" type="add">
+ Add support for reconfiguration via HTTP(S), Docker, and Spring Cloud
Configuration.
+ </action>
<action issue="LOG4J2-2586" dev="rgoers" type="add">
TCP Appender should support a host name resolving to multiple IP
addresses.
</action>