server/config: tweak changelog
This commit is contained in:
parent
09b22452aa
commit
b9fb80ac5e
1 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue