Skip to content

Commit e5c4b9b

Browse files
committed
Release 3.0.0-rc.17
1 parent fb245a5 commit e5c4b9b

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@ The `Unreleased` section name is replaced by the expected version of next releas
88

99
## [Unreleased]
1010

11+
### Added
12+
### Changed
13+
### Removed
14+
### Fixed
15+
16+
<a name="3.0.0-rc.17"></a>
17+
## [3.0.0-rc.17] - 2024-2-26
18+
1119
### Added
1220

1321
- `TypeSafeEnum.caseValues<'t>`: Yields all values of a union (that is a `TypeSafeEnum`) [#115](https://github.com/jet/FsCodec/pull/115)
1422

15-
### Changed
16-
### Removed
1723
### Fixed
1824

1925
- `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
447453

448454
Final release of Jet.JsonNet.Converters archived on [v0 branch](https://github.com/jet/FsCodec/tree/v0)
449455

450-
[Unreleased]: https://github.com/jet/FsCodec/compare/3.0.0-rc.16...HEAD
456+
[Unreleased]: https://github.com/jet/FsCodec/compare/3.0.0-rc.17...HEAD
457+
[3.0.0-rc.17]: https://github.com/jet/FsCodec/compare/3.0.0-rc.16...3.0.0-rc.17
451458
[3.0.0-rc.16]: https://github.com/jet/FsCodec/compare/3.0.0-rc.15...3.0.0-rc.16
452459
[3.0.0-rc.15]: https://github.com/jet/FsCodec/compare/3.0.0-rc.14...3.0.0-rc.15
453460
[3.0.0-rc.14]: https://github.com/jet/FsCodec/compare/3.0.0-rc.13...3.0.0-rc.14

0 commit comments

Comments
 (0)