From 350992069f6a6690a586f81308f4b8c7b09663ce Mon Sep 17 00:00:00 2001 From: Nickolay Kudasov Date: Mon, 21 Sep 2015 13:49:26 +0300 Subject: [PATCH] Update changelog --- servant-docs/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/servant-docs/CHANGELOG.md b/servant-docs/CHANGELOG.md index afaa18a3..dcf0bf38 100644 --- a/servant-docs/CHANGELOG.md +++ b/servant-docs/CHANGELOG.md @@ -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 ---