add a changelog entry for canonicalize

This commit is contained in:
Alp Mestanogullari 2015-03-11 21:38:36 +01:00 committed by Julian K. Arni
parent 34f1715666
commit eae2f5f282

View File

@ -7,6 +7,7 @@
* Make the clients for `Raw` endpoints return the whole `Response` value (to be able to access response headers for example)
* Support for PATCH
* Make () instances expect No Content status code, and not try to decode body.
* `Canonicalize` API types before generating client functions for them
0.2.2
-----