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