From 362853a05597c9f116b07de42fbe6a361c41fdda Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Fri, 17 Nov 2023 08:44:16 +0000 Subject: [PATCH] Release 3.0.0-rc.14 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddbbf10..0a4b0e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,16 @@ The `Unreleased` section name is replaced by the expected version of next releas ### Added ### Changed -- `IEventCodec.TryDecode`: Rename to `Decode` (to align with the primary assumption of a `Try` prefix per BCL conventions: It won't throw, no matter what!) [#107](https://github.com/jet/FsCodec/pull/107) :pray: [@nordfjord](https://github.com/nordfjord) ### Removed ### Fixed + +## [3.0.0-rc.14] - 2023-11-17 + +### Changed + +- `IEventCodec.TryDecode`: Rename to `Decode` (to align with the primary assumption of a `Try` prefix per BCL conventions: It won't throw, no matter what!) [#107](https://github.com/jet/FsCodec/pull/107) :pray: [@nordfjord](https://github.com/nordfjord) + ## [3.0.0-rc.13] - 2023-9-11 @@ -411,6 +417,7 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https://github.com Final release of Jet.JsonNet.Converters archived on [v0 branch](https://github.com/jet/FsCodec/tree/v0) [Unreleased]: https://github.com/jet/FsCodec/compare/3.0.0-rc.13...HEAD +[3.0.0-rc.14]: https://github.com/jet/FsCodec/compare/3.0.0-rc.13...3.0.0-rc.14 [3.0.0-rc.13]: https://github.com/jet/FsCodec/compare/3.0.0-rc.12...3.0.0-rc.13 [3.0.0-rc.12]: https://github.com/jet/FsCodec/compare/3.0.0-rc.11...3.0.0-rc.12 [3.0.0-rc.11]: https://github.com/jet/FsCodec/compare/3.0.0-rc.10...3.0.0-rc.11