From b9fb80ac5e246bde071bb05ecbbb9b2ad5f0a02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Hahn?= Date: Thu, 21 Jan 2016 18:04:00 +0100 Subject: [PATCH] server/config: tweak changelog --- servant-server/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servant-server/CHANGELOG.md b/servant-server/CHANGELOG.md index 0f3b9a8..bfdbe42 100644 --- a/servant-server/CHANGELOG.md +++ b/servant-server/CHANGELOG.md @@ -2,8 +2,8 @@ HEAD ---- * Add `Config` machinery (https://github.com/haskell-servant/servant/pull/327). - This is a breaking change, as the signatures of both `route` and `serve` now - take an extra parameter. + This is a breaking change, as the signatures of both `route`, `serve` and the + typeclass `HasServer` now take an additional parameter. * Support for the `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators * Drop `EitherT` in favor of `ExceptT` * Use `http-api-data` instead of `Servant.Common.Text`