diff --git a/servant-docs/CHANGELOG.md b/servant-docs/CHANGELOG.md index d42daed7..4cf4bc4d 100644 --- a/servant-docs/CHANGELOG.md +++ b/servant-docs/CHANGELOG.md @@ -8,6 +8,8 @@ HEAD * 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` +* Support for new Authentication framework +* Added `ToAuthInfo` typeclass. 0.4 ---