Update changelogs

This commit is contained in:
Nickolay Kudasov 2015-10-08 01:15:30 +03:00
parent 1e26ba25d1
commit dfb5cc7713
3 changed files with 4 additions and 1 deletions

View file

@ -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
-----

View file

@ -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
-----

View file

@ -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
-----