update CHANGELOG.md

This commit is contained in:
Philipp Balzarek 2017-04-06 14:24:09 +02:00
parent 08786aadbe
commit b3c1f95636

View File

@ -1,3 +1,8 @@
0.11
----
* Changed `HasServer` instances for `Header` to throw 400 when parsing fails
* Added `headersD` block to `Delayed`
0.10
----
@ -12,7 +17,7 @@
### Other changes
* Added `paramD` block to `Delayed`
* Added `paramsD` block to `Delayed`
* Add `err422` Unprocessable Entity
([#646](https://github.com/haskell-servant/servant/pull/646))