Update changelogs

This commit is contained in:
Julian K. Arni 2016-01-18 22:34:56 +01:00 committed by Sönke Hahn
parent b8f453127b
commit 35bdc54dee
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,9 @@
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.
* Support for the `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
* Drop `EitherT` in favor of `ExceptT`
* Use `http-api-data` instead of `Servant.Common.Text`

View File

@ -1,6 +1,7 @@
HEAD
----
* Add `WithNamedConfig` combinator.
* Add `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
* Fix safeLink, so Header is not in fact required.
* Add more instances for (:<|>)