Skip to content

Commit

Permalink
docs(changelog): move migration steps to the correct breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed Apr 2, 2024
1 parent e029e4d commit 4c4bae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi
### :skull: Removed

- [#182](https://github.com/FantasticFiasco/serilog-sinks-http/issues/182) [BREAKING CHANGE] Extension method `DurableHttp` which was marked as deprecated in v5.2.0
- [#215](https://github.com/FantasticFiasco/serilog-sinks-http/issues/215) [BREAKING CHANGE] Remove support for .NET Standard 1.3, aligning with the [cross-platform targeting library guidance](https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/cross-platform-targeting)
**Migration guide**

Expand Down Expand Up @@ -386,6 +385,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi
}
```

- [#215](https://github.com/FantasticFiasco/serilog-sinks-http/issues/215) [BREAKING CHANGE] Remove support for .NET Standard 1.3, aligning with the [cross-platform targeting library guidance](https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/cross-platform-targeting)
- [#196](https://github.com/FantasticFiasco/serilog-sinks-http/issues/196) [BREAKING CHANGE] Overloaded method `IBatchFormatter.Format(IEnumerable<LogEvent>, ITextFormatter, TextWriter)` has been removed in favour of keeping `IBatchFormatter.Format(IEnumerable<string>, TextWriter output)`
**Migration guide**
Expand Down

0 comments on commit 4c4bae2

Please sign in to comment.