Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Oct 26, 2019
1 parent 2a3787c commit 4107f50
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ The `Unreleased` section name is replaced by the expected version of next releas

## [Unreleased]

### Added
### Changed
### Removed
### Fixed

<a name="1.2.0"></a>
## [1.2.0] - 2019-09-26

### Added

- `FsCodec.Box.Codec.Create`: an API equivalent substitute for `FsCodec.NewtonsoftJson.Codec.Create` for use in unit and integration tests [#25](https://github.com/jet/FsCodec/pull/25)
Expand All @@ -17,7 +25,6 @@ The `Unreleased` section name is replaced by the expected version of next releas
- Generalized `Codec.Create` to no longer presume `Data` and `Metadata` should always be `byte[]` [#24](https://github.com/jet/FsCodec/pull/24)

### Removed
### Fixed

- Removed accidentally pasted `setting` and `allowNullaryCases` in `Codec.Create` [#23](https://github.com/jet/FsCodec/pull/23)

Expand Down Expand Up @@ -78,7 +85,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/equinox/compare/1.1.0...HEAD
[Unreleased]: https://github.com/jet/equinox/compare/1.2.0...HEAD
[1.2.0]: https://github.com/jet/FsCodec/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/jet/FsCodec/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/jet/FsCodec/compare/1.0.0-rc2...1.0.0
[1.0.0-rc2]: https://github.com/jet/FsCodec/compare/1.0.0-rc1...1.0.0-rc2
Expand Down

0 comments on commit 4107f50

Please sign in to comment.