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 da0f81f LOG4J2-3033 - Add changes.xml entry
da0f81f is described below
commit da0f81f9a1f46910c8dd895f2dae706bcd4ca360
Author: Ralph Goers <[email protected]>
AuthorDate: Fri Mar 5 09:46:18 2021 -0700
LOG4J2-3033 - Add changes.xml entry
---
src/changes/changes.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a17b08f..d6ed915 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -170,9 +170,11 @@
</release>
<release version="2.14.1" date="2021-MM-DD" description="GA Release
2.14.1">
<!-- FIXES -->
+ <action issue="LOG4J2-3033" dev="rgoers" type="fix">
+ Add log method with no parameters - i.e. it has an empty message.
+ </action>
<action issue="LOG4J2-2947" dev="rgoers" type="fix">
- Document that LogBuilder default methods do nothing. Add log method
with no parameters - i.e. it has an
- empty message.
+ Document that LogBuilder default methods do nothing.
</action>
<action issue="LOG4J2-2923" dev="rgoers" type="update">
Add Rollover Listener to aid in unit test validation.