Update changelogs
This commit is contained in:
parent
b8f453127b
commit
35bdc54dee
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
HEAD
|
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
|
* 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`
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
HEAD
|
HEAD
|
||||||
----
|
----
|
||||||
|
|
||||||
|
* Add `WithNamedConfig` combinator.
|
||||||
* Add `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
|
* Add `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
|
||||||
* Fix safeLink, so Header is not in fact required.
|
* Fix safeLink, so Header is not in fact required.
|
||||||
* Add more instances for (:<|>)
|
* Add more instances for (:<|>)
|
||||||
|
|
Loading…
Reference in a new issue