changelog entry for Raw-client-returning-whole-response commit

This commit is contained in:
Alp Mestanogullari 2015-03-26 12:56:54 +01:00
parent 989849c8a1
commit 9a4cfd64c5

View File

@ -4,6 +4,7 @@
* Added a lot of tests
* Support multiple concurrent threads
* Use `ServantError` to report Errors instead of `String`
* Make the clients for `Raw` endpoints return the whole `Response` value (to be able to access response headers for example)
0.2.2
-----