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).
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`