File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <entry xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xmlns =" http://logging.apache.org/log4j/changelog"
4
+ xsi : schemaLocation =" http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
5
+ type =" removed" >
6
+ <issue id =" 2154" link =" https://github.com/apache/logging-log4j2/pull/2154" />
7
+ <description format =" asciidoc" >
8
+ Remove `org.apache.logging.log4j.core.parser` and related packages.
9
+ </description >
10
+ </entry >
Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ This release contains...
38
38
* Fix NPE in `CloseableThreadContext`. (https://github.com/apache/logging-log4j2/pull/1426[1426])
39
39
* Fix NPE in `RollingFileManager`. (https://github.com/apache/logging-log4j2/pull/1645[1645])
40
40
41
+ [#release-notes-3-x-x-removed]
42
+ === Removed
43
+
44
+ * Remove `org.apache.logging.log4j.core.parser` and related packages. (https://github.com/apache/logging-log4j2/pull/2154[2154])
45
+
41
46
[#release-notes-3-x-x-updated]
42
47
=== Updated
43
48
You can’t perform that action at this time.
0 commit comments