Changelog updates

This commit is contained in:
Julian K. Arni 2015-05-04 17:04:11 +02:00
parent 92d65aaf49
commit 59cc7972de
2 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,8 @@
* Remove ToJSON superclass from ToSample
* Split out Internal module
* Add support for response headers
* Allow `ToSample` to return a different type than it's arguments
* Add Proxy argument to `ToSample`
0.3
---

View File

@ -7,6 +7,9 @@
* Support other Monads than just `EitherT (Int, String) IO` (https://github.com/haskell-servant/servant-server/pull/21)
* Make methods return status code 204 if they return () (https://github.com/haskell-servant/servant-server/issues/28)
* Add server support for response headers
* Use `ServantErr` instead of `(Int,String)` in `EitherT` handlers
* Add `errXXX` functions for HTTP errors with sensible default reason strings
* Add `enter` function for applying natural transformations to handlers
0.2.4
-----