Skip to content

Commit 35bdc54

Browse files
jkarnisoenkehahn
authored andcommitted
Update changelogs
1 parent b8f4531 commit 35bdc54

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

servant-server/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
HEAD
22
----
33

4+
* Add `Config` machinery (https://github.com/haskell-servant/servant/pull/327).
5+
This is a breaking change, as the signatures of both `route` and `serve` now
6+
take an extra parameter.
47
* Support for the `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
58
* Drop `EitherT` in favor of `ExceptT`
69
* Use `http-api-data` instead of `Servant.Common.Text`

servant/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
HEAD
22
----
33

4+
* Add `WithNamedConfig` combinator.
45
* Add `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
56
* Fix safeLink, so Header is not in fact required.
67
* Add more instances for (:<|>)

0 commit comments

Comments
 (0)