Skip to content

Commit

Permalink
Release 3.0.0-rc.14
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Nov 17, 2023
1 parent 02ec614 commit 362853a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<a name="3.0.0-rc.14"></a>
## [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)

<a name="3.0.0-rc.13"></a>
## [3.0.0-rc.13] - 2023-9-11

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 362853a

Please sign in to comment.