Skip to content

Commit 49d4604

Browse files
committed
Fix more issues reported by Codacy in the CHANGELOG
1 parent 3c9d03d commit 49d4604

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

CHANGELOG.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## [Unreleased][unreleased]
77

8-
* Replace `UseLog4NetXmlNamespace(null)` with `UseNoXmlNamespace()`
9-
* Reduce the public API surface
10-
* Removed all property getters on `Log4NetTextFormatterOptionsBuilder`
11-
* Converted the `LineEndingExtensions` class from public to internal
12-
* Improve log4j compatibility mode: don't write the `xmlns:log4j` attribute to be [exactly compatible](https://github.com/apache/log4j/blob/v1_2_17/src/main/java/org/apache/log4j/xml/XMLLayout.java#L137-L145) with log4j
8+
- Replace `UseLog4NetXmlNamespace(null)` with `UseNoXmlNamespace()`
9+
- Reduce the public API surface
10+
- Removed all property getters on `Log4NetTextFormatterOptionsBuilder`
11+
- Converted the `LineEndingExtensions` class from public to internal
12+
- Improve log4j compatibility mode: don't write the `xmlns:log4j` attribute to be [exactly compatible](https://github.com/apache/log4j/blob/v1_2_17/src/main/java/org/apache/log4j/xml/XMLLayout.java#L137-L145) with log4j
1313

1414
Before (1.0.0-rc.2):
1515

@@ -27,12 +27,11 @@ After (1.0.0-rc.3)
2727
</log4j:event>
2828
```
2929

30-
3130
## [1.0.0-rc.2][1.0.0-rc.2] - 2021-03-25
3231

33-
* Handle non Serilog provided `LogEventPropertyValue` subclasses
34-
* The `Log4NetTextFormatterOptionsBuilder` constructor is now internal
35-
* Include the index in the property name when formatting a SequenceValue
32+
- Handle non Serilog provided `LogEventPropertyValue` subclasses
33+
- The `Log4NetTextFormatterOptionsBuilder` constructor is now internal
34+
- Include the index in the property name when formatting a SequenceValue
3635

3736
Before (1.0.0-rc.1):
3837

@@ -48,7 +47,7 @@ After (1.0.0-rc.2)
4847
<log4net:data name="Args[1]" value="--second-argument" />
4948
```
5049

51-
* Documentation has been improved
50+
- Documentation has been improved
5251

5352
## [1.0.0-rc.1][1.0.0-rc.1] - 2021-02-05
5453

@@ -58,7 +57,7 @@ Still trying to figure out how to make everything fit together with [MinVer](htt
5857

5958
## [1.0.0-alpha.0.110][1.0.0-alpha.0.110] - 2021-02-04
6059

61-
* Implement log4j compatibility mode.
60+
- Implement log4j compatibility mode.
6261

6362
[unreleased]: https://github.com/serilog-contrib/serilog-formatting-log4net/compare/1.0.0-rc.2...HEAD
6463
[1.0.0-rc.2]: https://github.com/serilog-contrib/serilog-formatting-log4net/compare/1.0.0-rc.1...1.0.0-rc.2

0 commit comments

Comments
 (0)