Changelog and sources.txt updates

This commit is contained in:
Julian K. Arni 2015-05-02 12:09:00 +02:00
parent 666e670058
commit 9c20b668e7
3 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,7 @@
* Support for PATCH * Support for PATCH
* Make () instances expect No Content status code, and not try to decode body. * Make () instances expect No Content status code, and not try to decode body.
* `Canonicalize` API types before generating client functions for them * `Canonicalize` API types before generating client functions for them
* Add support for response headers
0.2.2 0.2.2
----- -----

View File

@ -6,6 +6,7 @@
* Remove ToJSON superclass from ToSample * Remove ToJSON superclass from ToSample
* Split out Internal module * Split out Internal module
* `Canonicalize` API types before generating the docs for them * `Canonicalize` API types before generating the docs for them
* Add support for response headers
0.3 0.3
--- ---

View File

@ -4,3 +4,5 @@ servant-docs
servant-jquery servant-jquery
servant-server servant-server
servant-examples servant-examples
servant-blaze
servant-lucid