From 4c4bae2d6bd252581004f75c57eb223cbe69d502 Mon Sep 17 00:00:00 2001 From: FantasticFiasco Date: Tue, 2 Apr 2024 09:22:24 +0200 Subject: [PATCH] docs(changelog): move migration steps to the correct breaking change --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2dee0a4..629135df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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** @@ -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, ITextFormatter, TextWriter)` has been removed in favour of keeping `IBatchFormatter.Format(IEnumerable, TextWriter output)` **Migration guide**