Skip to content

Commit 4527788

Browse files
committed
Update the CHANGELOG for version 1.3.1
1 parent 4a895fe commit 4527788

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.3.1][1.3.1] - 2025-04-30
8+
9+
- Log events coming from `Microsoft.Extensions.Logging` are now identified if they have **either** an `EventId.Id` or a `EventId.Name` property. Previously, log events coming from `Microsoft.Extensions.Logging` were identified if they had **both** an `Id` and a `Name` property.
10+
711
## [1.3.0][1.3.0] - 2025-04-19
812

913
- The formatting of the `message` XML element has changed. If a log event is coming from `Microsoft.Extensions.Logging`, then the message is now formatted by switching off quoting of strings. The formatting of properties remains unchanged.
@@ -135,7 +139,8 @@ Still trying to figure out how to make everything fit together with [MinVer](htt
135139

136140
- Implement log4j compatibility mode.
137141

138-
[Unreleased]: https://github.com/serilog-contrib/serilog-formatting-log4net/compare/1.3.0...HEAD
142+
[Unreleased]: https://github.com/serilog-contrib/serilog-formatting-log4net/compare/1.3.1...HEAD
143+
[1.3.1]: https://github.com/serilog-contrib/serilog-formatting-log4net/compare/1.3.0...1.3.1
139144
[1.3.0]: https://github.com/serilog-contrib/serilog-formatting-log4net/compare/1.2.0...1.3.0
140145
[1.2.0]: https://github.com/serilog-contrib/serilog-formatting-log4net/compare/1.1.0...1.2.0
141146
[1.1.0]: https://github.com/serilog-contrib/serilog-formatting-log4net/compare/1.0.2...1.1.0

0 commit comments

Comments
 (0)