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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,11 @@ The `Unreleased` section name is replaced by the expected version of next releas
13
13
### Removed
14
14
### Fixed
15
15
16
+
<aname="2.3.1"></a>
17
+
## [2.3.1] - 2022-03-02
18
+
19
+
### Fixed
20
+
16
21
-`SystemTextJson`: Prevent `UnionConverter` being applied to `option` and `list` types when using `UnionOrTypeSafeEnumConverterFactory`/`SystemTextJson.Options(autoUnion = true)`[#72](https://github.com/jet/FsCodec/pull/72)
17
22
18
23
<aname="2.3.0"></a>
@@ -225,7 +230,8 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https://github.com
225
230
226
231
Final release of Jet.JsonNet.Converters archived on [v0 branch](https://github.com/jet/FsCodec/tree/v0)
0 commit comments