You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,15 @@ The `Unreleased` section name is replaced by the expected version of next releas
9
9
## [Unreleased]
10
10
11
11
### Added
12
-
12
+
### Changed
13
+
### Removed
14
+
### Fixed
15
+
16
+
<aname="2.3.0-rc.2"></a>
17
+
## [2.3.0-rc.2] - 2022-01-05
18
+
19
+
### Added
20
+
13
21
-`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)
14
22
-`SystemTextJson.Options(autoUnion = true)`: Automated wireup of `UnionOrTypeSafeEnumConverterFactory`[#69](https://github.com/jet/FsCodec/pull/69)
15
23
@@ -18,9 +26,6 @@ The `Unreleased` section name is replaced by the expected version of next releas
18
26
-`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)
19
27
-`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)
20
28
21
-
### Removed
22
-
### Fixed
23
-
24
29
<aname="2.3.0-rc.1"></a>
25
30
## [2.3.0-rc.1] - 2022-01-04
26
31
@@ -211,7 +216,8 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https://github.com
211
216
212
217
Final release of Jet.JsonNet.Converters archived on [v0 branch](https://github.com/jet/FsCodec/tree/v0)
0 commit comments