added changelog entries for 0.7.1

This commit is contained in:
Sönke Hahn 2016-05-05 11:31:08 +08:00
parent ff4fb00f76
commit 5579c21050
2 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,7 @@
-----
* Support GHC 8.0
* `ServantError` has an `Eq` instance now.
0.6
---

View File

@ -1,10 +1,11 @@
0.7.1
------
-----
* Add module `Servant.Utils.Enter` (https://github.com/haskell-servant/servant/pull/478)
* Allow to set the same header multiple times in responses.
0.5
----
---
* Add `WithNamedConfig` combinator.
* Add `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators