Skip to content

Commit 96a8ddd

Browse files
committed
Release 2.3.1
1 parent 531586a commit 96a8ddd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ The `Unreleased` section name is replaced by the expected version of next releas
1313
### Removed
1414
### Fixed
1515

16+
<a name="2.3.1"></a>
17+
## [2.3.1] - 2022-03-02
18+
19+
### Fixed
20+
1621
- `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)
1722

1823
<a name="2.3.0"></a>
@@ -225,7 +230,8 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https://github.com
225230

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

228-
[Unreleased]: https://github.com/jet/FsCodec/compare/2.3.0...HEAD
233+
[Unreleased]: https://github.com/jet/FsCodec/compare/2.3.1...HEAD
234+
[2.3.1~~~~]: https://github.com/jet/FsCodec/compare/2.3.0...2.3.1
229235
[2.3.0]: https://github.com/jet/FsCodec/compare/2.3.0-rc.2...2.3.0
230236
[2.3.0-rc.2]: https://github.com/jet/FsCodec/compare/2.3.0-rc.1...2.3.0-rc.2
231237
[2.3.0-rc.1]: https://github.com/jet/FsCodec/compare/2.2.2...2.3.0-rc.1

0 commit comments

Comments
 (0)