diff --git a/CHANGELOG.md b/CHANGELOG.md index bbf11f0..a4fd175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,18 @@ The `Unreleased` section name is replaced by the expected version of next releas ## [Unreleased] +### Added +### Changed +### Removed +### Fixed + + +## [3.0.0-rc.17] - 2024-2-26 + ### Added - `TypeSafeEnum.caseValues<'t>`: Yields all values of a union (that is a `TypeSafeEnum`) [#115](https://github.com/jet/FsCodec/pull/115) -### Changed -### Removed ### Fixed - `NewtonsoftJson`: Upped `RecyclableMemoryStream` to [`>= 3.0.0` to handle breaking change in `GetStream` return type]( @@ -447,7 +453,8 @@ 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.16...HEAD +[Unreleased]: https://github.com/jet/FsCodec/compare/3.0.0-rc.17...HEAD +[3.0.0-rc.17]: https://github.com/jet/FsCodec/compare/3.0.0-rc.16...3.0.0-rc.17 [3.0.0-rc.16]: https://github.com/jet/FsCodec/compare/3.0.0-rc.15...3.0.0-rc.16 [3.0.0-rc.15]: https://github.com/jet/FsCodec/compare/3.0.0-rc.14...3.0.0-rc.15 [3.0.0-rc.14]: https://github.com/jet/FsCodec/compare/3.0.0-rc.13...3.0.0-rc.14