Update changelogs
This commit is contained in:
parent
1e26ba25d1
commit
dfb5cc7713
3 changed files with 4 additions and 1 deletions
|
@ -4,6 +4,7 @@ HEAD
|
|||
* Support for the `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
|
||||
* Added support for `path` on `BaseUrl`.
|
||||
* `client` now takes an explicit `Manager` argument.
|
||||
* Use `http-api-data` instead of `Servant.Common.Text`
|
||||
|
||||
0.4.1
|
||||
-----
|
||||
|
|
|
@ -3,6 +3,7 @@ HEAD
|
|||
|
||||
* Support for the `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
|
||||
* Drop `EitherT` in favor of `ExceptT`
|
||||
* Use `http-api-data` instead of `Servant.Common.Text`
|
||||
|
||||
0.4.1
|
||||
-----
|
||||
|
|
|
@ -3,7 +3,8 @@ HEAD
|
|||
|
||||
* Add `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
|
||||
* Fix safeLink, so Header is not in fact required.
|
||||
* Added more instances for (:<|>)
|
||||
* Add more instances for (:<|>)
|
||||
* Use `http-api-data` instead of `Servant.Common.Text`
|
||||
|
||||
0.4.2
|
||||
-----
|
||||
|
|
Loading…
Reference in a new issue