add changelog entry

This commit is contained in:
Alp Mestanogullari 2015-03-11 12:19:14 +01:00
parent 837099d12d
commit c1ed47b35f

View file

@ -5,6 +5,7 @@
* 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)
* Canonicalize API types before generating the handler typesy
0.2.4
-----