mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 09:13:23 +00:00
Update README.md
This commit is contained in:
@@ -413,10 +413,11 @@ The migration *should* only modify cassettes using the old 0.x format.
|
||||
## Changelog
|
||||
* 1.0.0 (in development) - _BACKWARDS INCOMPATIBLE_: Please see the 'upgrade'
|
||||
section in the README. Add support for filtering sensitive data from
|
||||
requests (thanks to @mshytikov), support for ignoring requests to certain
|
||||
hosts, bump supported Python3 version to 3.4, fix some bugs with Boto support
|
||||
(thanks @marusich), fix error with URL field capitalization in README (thanks
|
||||
@simon-weber), added some log messages to help with debugging.
|
||||
requests, matching query strings after the order changes and improving the
|
||||
built-in matchers, (thanks to @mshytikov), support for ignoring requests to
|
||||
certain hosts, bump supported Python3 version to 3.4, fix some bugs with
|
||||
Boto support (thanks @marusich), fix error with URL field capitalization in
|
||||
README (thanks @simon-weber), added some log messages to help with debugging.
|
||||
* 0.7.0: VCR.py now supports Python 3! (thanks @asundg) Also I refactored
|
||||
the stub connections quite a bit to add support for the putrequest and
|
||||
putheader calls. This version also adds support for httplib2 (thanks
|
||||
|
||||
Reference in New Issue
Block a user