Update changelog
This commit is contained in:
parent
5aa0e2e733
commit
479290affd
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ HEAD
|
||||||
|
|
||||||
* Support for the `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
|
* Support for the `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
|
||||||
* Support maximum samples setting with new `DocOptions` type (used by `docsWithOptions` and `docsWith`)
|
* Support maximum samples setting with new `DocOptions` type (used by `docsWithOptions` and `docsWith`)
|
||||||
|
* Remove redundant second parameter of ToSample
|
||||||
* Add Generic-based default implementation for `ToSample` class
|
* Add Generic-based default implementation for `ToSample` class
|
||||||
* Add more `ToSamples` instances: `Bool`, `Ordering`, tuples (up to 7), `[]`, `Maybe`, `Either`, `Const`, `ZipList` and some monoids
|
* Add more `ToSamples` instances: `Bool`, `Ordering`, tuples (up to 7), `[]`, `Maybe`, `Either`, `Const`, `ZipList` and some monoids
|
||||||
* Move `toSample` out of `ToSample` class
|
* Move `toSample` out of `ToSample` class
|
||||||
|
|
Loading…
Reference in a new issue