Skip to content

Commit 8c665d1

Browse files
committed
Release 2.3.0-rc.2
1 parent 49cbe22 commit 8c665d1

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ The `Unreleased` section name is replaced by the expected version of next releas
99
## [Unreleased]
1010

1111
### Added
12-
12+
### Changed
13+
### Removed
14+
### Fixed
15+
16+
<a name="2.3.0-rc.2"></a>
17+
## [2.3.0-rc.2] - 2022-01-05
18+
19+
### Added
20+
1321
- `SystemTextJson.UnionOrTypeSafeEnumConverterFactory`: Global converter that automatically applies a `TypeSafeEnumConverter` to all Discriminated Unions that support it, and `UnionConverter` to all others [#69](https://github.com/jet/FsCodec/pull/69)
1422
- `SystemTextJson.Options(autoUnion = true)`: Automated wireup of `UnionOrTypeSafeEnumConverterFactory` [#69](https://github.com/jet/FsCodec/pull/69)
1523

@@ -18,9 +26,6 @@ The `Unreleased` section name is replaced by the expected version of next releas
1826
- `Serdes`: Changed `Serdes` to be stateful, requiring a specific set of `Options`/`Settings` that are always applied consistently [#70](https://github.com/jet/FsCodec/pull/70)
1927
- `Serdes.DefaultSettings`: Updated [README.md ASP.NET integration advice](https://github.com/jet/FsCodec#aspnetstj) to reflect minor knock-on effect [#70](https://github.com/jet/FsCodec/pull/70)
2028

21-
### Removed
22-
### Fixed
23-
2429
<a name="2.3.0-rc.1"></a>
2530
## [2.3.0-rc.1] - 2022-01-04
2631

@@ -211,7 +216,8 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https://github.com
211216

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

214-
[Unreleased]: https://github.com/jet/FsCodec/compare/2.3.0-rc.1...HEAD
219+
[Unreleased]: https://github.com/jet/FsCodec/compare/2.3.0-rc.3...HEAD
220+
[2.3.0-rc.2]: https://github.com/jet/FsCodec/compare/2.3.0-rc.1...2.3.0-rc.2
215221
[2.3.0-rc.1]: https://github.com/jet/FsCodec/compare/2.2.2...2.3.0-rc.1
216222
[2.2.2]: https://github.com/jet/FsCodec/compare/2.2.1...2.2.2
217223
[2.2.1]: https://github.com/jet/FsCodec/compare/2.2.0...2.2.1

0 commit comments

Comments
 (0)