added changelog entries for 0.7.1
This commit is contained in:
parent
ff4fb00f76
commit
5579c21050
2 changed files with 4 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
-----
|
||||
|
||||
* Support GHC 8.0
|
||||
* `ServantError` has an `Eq` instance now.
|
||||
|
||||
0.6
|
||||
---
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue