CHANGELOG update for PR #21.

This commit is contained in:
Julian K. Arni 2015-03-10 23:07:24 +01:00
parent 1b61455d2b
commit bd98844357

View File

@ -4,6 +4,7 @@
* Add support for the `Patch` combinator
* Support for `Accept`/`Content-type` headers and for the content-type aware combinators in *servant-0.3*
* Export `toApplication` from `Servant.Server` (https://github.com/haskell-servant/servant-server/pull/29)
* Support other Monads than just `EitherT (Int, String) IO` (https://github.com/haskell-servant/servant-server/pull/21)
0.2.4
-----