Skip to content

Commit 3c9d03d

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

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
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).
55

6-
## [Unreleased]
6+
## [Unreleased][unreleased]
77

88
* Replace `UseLog4NetXmlNamespace(null)` with `UseNoXmlNamespace()`
99
* Reduce the public API surface
@@ -28,7 +28,7 @@ After (1.0.0-rc.3)
2828
```
2929

3030

31-
## [1.0.0-rc.2] - 2021-03-25
31+
## [1.0.0-rc.2][1.0.0-rc.2] - 2021-03-25
3232

3333
* Handle non Serilog provided `LogEventPropertyValue` subclasses
3434
* The `Log4NetTextFormatterOptionsBuilder` constructor is now internal
@@ -50,18 +50,17 @@ After (1.0.0-rc.2)
5050

5151
* Documentation has been improved
5252

53-
## [1.0.0-rc.1] - 2021-02-05
53+
## [1.0.0-rc.1][1.0.0-rc.1] - 2021-02-05
5454

5555
This release contains the same code as 1.0.0-alpha.0.110.
5656

5757
Still trying to figure out how to make everything fit together with [MinVer](https://github.com/adamralph/minver), **annotated** tags and GitHub actions.
5858

59-
## [1.0.0-alpha.0.110] - 2021-02-04
59+
## [1.0.0-alpha.0.110][1.0.0-alpha.0.110] - 2021-02-04
6060

6161
* Implement log4j compatibility mode.
6262

63-
[Unreleased]: https://github.com/serilog-contrib/serilog-formatting-log4net/compare/1.0.0-rc.2...HEAD
63+
[unreleased]: https://github.com/serilog-contrib/serilog-formatting-log4net/compare/1.0.0-rc.2...HEAD
6464
[1.0.0-rc.2]: https://github.com/serilog-contrib/serilog-formatting-log4net/compare/1.0.0-rc.1...1.0.0-rc.2
6565
[1.0.0-rc.1]: https://github.com/serilog-contrib/serilog-formatting-log4net/compare/1.0.0-alpha.0.110...1.0.0-rc.1
6666
[1.0.0-alpha.0.110]: https://github.com/serilog-contrib/serilog-formatting-log4net/releases/tag/1.0.0-alpha.0.110
67-

0 commit comments

Comments
 (0)