This is an automated email from the ASF dual-hosted git repository. mattsicker pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit ff4b8f0e4d9d39a5f8e2aeb4467ab3bad3430c2d Author: Matt Sicker <[email protected]> AuthorDate: Sun May 22 14:05:26 2022 -0500 Add changelog entry for LOG4J2-3300 --- src/changes/changes.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 96c9da3082..b77d656a69 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -31,8 +31,11 @@ - "remove" - Removed --> <release version="3.0.0" date="2022-MM-DD" description="GA Release 3.0.0"> + <action issue="LOG4J2-3300" dev="mattsicker" type="add"> + Add conditional annotations to support more declarative binding factory bundle classes. + </action> <action issue="LOG4J2-857" dev="mattsicker" type="add"> - Add `@PluginOrder` annotation to support plugin ordering when two or more plugins within the same category have + Add `@Ordered` annotation to support plugin ordering when two or more plugins within the same category have the same case-insensitive name. </action> <action issue="LOG4J2-3441" dev="mattsicker" type="update">
