From 3072c56ed205da483dd324623287745b252faf0e Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Mon, 12 May 2014 09:22:09 -1000 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index aacd288..bf458e8 100644 --- a/README.md +++ b/README.md @@ -424,13 +424,15 @@ API in version 1.0.x ## Changelog * 1.0.0: _BACKWARDS INCOMPATIBLE_: Please see the 'upgrade' section in the - README. Add support for filtering sensitive data from 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, - added `all_played` property on cassette (thanks @mshytikov) + README. Take a look at the matcher section as well, you might want to + update your `match_on` settings. Add support for filtering sensitive + data from 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, added `all_played` property on cassette + (thanks @mshytikov) * 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