From a155d5d497b83428356a391b554c87a4d144461b Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Mon, 9 Apr 2018 13:57:31 +0200 Subject: [PATCH] changelog entries --- servant-client-core/CHANGELOG.md | 7 +++++++ servant-client/CHANGELOG.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/servant-client-core/CHANGELOG.md b/servant-client-core/CHANGELOG.md index 19cbde38..03275e50 100644 --- a/servant-client-core/CHANGELOG.md +++ b/servant-client-core/CHANGELOG.md @@ -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 ---- diff --git a/servant-client/CHANGELOG.md b/servant-client/CHANGELOG.md index 9df704ca..6e689dff 100644 --- a/servant-client/CHANGELOG.md +++ b/servant-client/CHANGELOG.md @@ -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 ----