You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-11Lines changed: 10 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
6
6
## [Unreleased][unreleased]
7
7
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
13
13
14
14
Before (1.0.0-rc.2):
15
15
@@ -27,12 +27,11 @@ After (1.0.0-rc.3)
27
27
</log4j:event>
28
28
```
29
29
30
-
31
30
## [1.0.0-rc.2][1.0.0-rc.2] - 2021-03-25
32
31
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
0 commit comments