Skip to content

Commit a155d5d

Browse files
committed
changelog entries
1 parent fc3c608 commit a155d5d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

servant-client-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-client-core/CHANGELOG.md)
22
[Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
33

4+
0.14
5+
----
6+
7+
- Add a `hoistClientMonad` method to the `HasClient` typeclass, for
8+
changing the monad in which client functions run.
9+
([#936](https://github.com/haskell-servant/servant/pull/936))
10+
411
0.13
512
----
613

servant-client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-client/CHANGELOG.md)
22
[Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
33

4+
0.14
5+
----
6+
7+
- Add `hoistClient` for changing the monad in which
8+
client functions run.
9+
([#936](https://github.com/haskell-servant/servant/pull/936))
10+
411
0.13
512
----
613

0 commit comments

Comments
 (0)