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 bdf3bbe LOG4J2-2882 - update changes.xml
bdf3bbe is described below
commit bdf3bbe8b5cb41577228be7b423f3afeef93f6ac
Author: Ralph Goers <[email protected]>
AuthorDate: Mon Jul 27 15:24:51 2020 -0700
LOG4J2-2882 - update changes.xml
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 05dbd15..516b71c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -178,6 +178,9 @@
</action>
</release>
<release version="2.14.0" date="2020-MM-DD" description="GA Release
2.14.0">
+ <action issue="LOG4J2-2882" dev="rgoers" type="fix" due-to="Emmanuel
Bourg">
+ Support java.util.logging filters when using that API.
+ </action>
<action issue="LOG4J2-2880" dev="rgoers" type="fix">
Create StackWalker benchmark. Revert back to StackWalker.walk based on
benchmark results.
</action>