Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed May 25, 2020
1 parent 2bdcd60 commit 501ebf3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ The `Unreleased` section name is replaced by the expected version of next releas
### Removed
### Fixed

<a name="2.1.1"></a>
## [2.1.1] - 2020-05-25

- `UnionConverter`: Handle nested unions [#52](https://github.com/jet/FsCodec/pull/52)
- `UnionConverter`: Support overriding discriminator without needing to nominate a `catchAllCase` [#51](https://github.com/jet/FsCodec/pull/51)

Expand Down Expand Up @@ -157,7 +160,8 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https://github.com

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

[Unreleased]: https://github.com/jet/FsCodec/compare/2.1.0...HEAD
[Unreleased]: https://github.com/jet/FsCodec/compare/2.1.1...HEAD
[2.1.1]: https://github.com/jet/FsCodec/compare/2.1.0...2.1.1
[2.1.0]: https://github.com/jet/FsCodec/compare/2.0.1...2.1.0
[2.0.1]: https://github.com/jet/FsCodec/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/jet/FsCodec/compare/2.0.0-rc3...2.0.0
Expand Down

0 comments on commit 501ebf3

Please sign in to comment.