Update changelog
This commit is contained in:
parent
42f5795fcc
commit
350992069f
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@ HEAD
|
|||
----
|
||||
|
||||
* Support for the `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
|
||||
* Support maximum samples setting with new `DocOptions` type (used by `docsWithOptions` and `docsWith`)
|
||||
* 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
|
||||
* Move `toSample` out of `ToSample` class
|
||||
* Add a few helper functions to define `toSamples`
|
||||
|
||||
0.4
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue