Skip to content

Commit 431d5cc

Browse files
committed
Improve changelog (#1545, #1637)
1 parent c971b2c commit 431d5cc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/changelog/.2.x.x/1545_add_warn_in_case_of_incorrect_syntax_of_highlighting_style.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
-->
1818
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1919
xmlns="http://logging.apache.org/log4j/changelog"
20-
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd"
21-
type="fixed">
20+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
21+
type="added">
2222
<issue id="1545" link="https://github.com/apache/logging-log4j2/issues/1545"/>
23-
<author id="aawad6"/>
24-
<author name="Ammar Awad"/>
25-
<description format="asciidoc">
26-
Add a warning in case of incorrect syntax of highlighting style (without =).
27-
e.g. %highlight{%5level}{LOGBACK} should be %highlight{%5level}{STYLE=LOGBACK}
28-
</description>
23+
<issue id="1637" link="https://github.com/apache/logging-log4j2/pull/1637"/>
24+
<author id="github:aawad6" name="Ammar Awad"/>
25+
<author id="github:ppkarwasz"/>
26+
<author id="github:vy"/>
27+
<description format="asciidoc">Added a warning for incorrect syntax of highlighting styles</description>
2928
</entry>

src/site/_release-notes/_2.x.x.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ For complete information on Apache Log4j 2, including instructions on how to sub
5353
=== Added
5454
5555
* Added marker parent support to `JsonTemplateLayout` (https://github.com/apache/logging-log4j2/pull/1381[1381])
56+
* Added a warning for incorrect syntax of highlighting styles (https://github.com/apache/logging-log4j2/issues/1545[1545], https://github.com/apache/logging-log4j2/pull/1637[1637])
5657
5758
=== Changed
5859

0 commit comments

Comments
 (0)