1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 01:25:34 +00:00
This commit is contained in:
Ivan Malison
2015-08-18 16:26:51 -07:00
parent bd7c6ed03f
commit 8b7e6c0ab8
3 changed files with 9 additions and 5 deletions

View File

@@ -608,6 +608,8 @@ new API in version 1.0.x
Changelog
---------
- 1.7.2 [#186] Get effective_url in tornado (thanks @mvschaik), [#187]
Set request_time on Response object in tornado (thanks @abhinav).
- 1.7.1 [#183] Patch ``fetch_impl`` instead of the entire HTTPClient
class for Tornado (thanks @abhinav).
- 1.7.0 [#177] Properly support coroutine/generator decoration. [#178]