changelog entries

This commit is contained in:
Alp Mestanogullari 2018-04-09 13:57:31 +02:00
parent fc3c6089b8
commit a155d5d497
2 changed files with 14 additions and 0 deletions

View File

@ -1,6 +1,13 @@
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-client-core/CHANGELOG.md)
[Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
0.14
----
- Add a `hoistClientMonad` method to the `HasClient` typeclass, for
changing the monad in which client functions run.
([#936](https://github.com/haskell-servant/servant/pull/936))
0.13
----

View File

@ -1,6 +1,13 @@
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-client/CHANGELOG.md)
[Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
0.14
----
- Add `hoistClient` for changing the monad in which
client functions run.
([#936](https://github.com/haskell-servant/servant/pull/936))
0.13
----