Skip to content

Commit 5579c21

Browse files
committed
added changelog entries for 0.7.1
1 parent ff4fb00 commit 5579c21

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

servant-client/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
-----
33

44
* Support GHC 8.0
5+
* `ServantError` has an `Eq` instance now.
56

67
0.6
78
---

servant/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
0.7.1
2-
------
2+
-----
33

44
* Add module `Servant.Utils.Enter` (https://github.com/haskell-servant/servant/pull/478)
5+
* Allow to set the same header multiple times in responses.
56

67
0.5
7-
----
8+
---
89

910
* Add `WithNamedConfig` combinator.
1011
* Add `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators

0 commit comments

Comments
 (0)