server/config: tweak changelog

This commit is contained in:
Sönke Hahn 2016-01-21 18:04:00 +01:00
parent 09b22452aa
commit b9fb80ac5e

View file

@ -2,8 +2,8 @@ HEAD
---- ----
* Add `Config` machinery (https://github.com/haskell-servant/servant/pull/327). * 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 This is a breaking change, as the signatures of both `route`, `serve` and the
take an extra parameter. typeclass `HasServer` now take an additional parameter.
* Support for the `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators * Support for the `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
* Drop `EitherT` in favor of `ExceptT` * Drop `EitherT` in favor of `ExceptT`
* Use `http-api-data` instead of `Servant.Common.Text` * Use `http-api-data` instead of `Servant.Common.Text`