Merge pull request #100 from haskell-servant/jkarni/servant-changelog

Update servant changelog
This commit is contained in:
Alp Mestanogullari 2015-05-27 15:32:59 +01:00
commit c6467e2e70

View File

@ -1,3 +1,8 @@
0.4.1
-----
* Allow whitespace after parsing JSON
* Stricter matching for `safeLink` for `Capture`
0.4
---
* `Delete` now is like `Get`, `Post`, `Put`, and `Patch` and returns a response body