14
0
forked from pool/python-vcrpy
Denisart Benjamin
2015-02-09 15:57:39 +00:00
committed by Git OBS Bridge
parent 1eb843ce1f
commit 89ff96ae05

View File

@@ -1,16 +1,20 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 4 09:22:15 UTC 2015 - hpj@urpla.net Wed Feb 4 09:22:15 UTC 2015 - hpj@urpla.net
- version 1.2.0: - Update to version 1.2.0:
Add custom_patches argument to VCR/Cassette objects to allow users to stub * Add custom_patches argument to VCR/Cassette objects to allow
custom classes when cassettes become active. users to stub custom classes when cassettes become active.
- version 2.1.4: - Changes from version 2.1.4:
Add force reset around calls to actual connection from stubs, to ensure * Add force reset around calls to actual connection from stubs,
compatibility with the version of httplib/urlib2 in python 2.7.9. to ensure compatibility with the version of httplib/urlib2 in
- version 1.1.3: python 2.7.9.
Fix python3 headers field (thanks @rtaboada), fix boto test (thanks @telaviv), - Changes from version 1.1.3:
fix new_episodes record mode (thanks @jashugan), fix Windows connectionpool * Fix python3 headers field
stub bug (thanks @gazpachoking), add support for requests 2.5 * Fix boto test
* Fix new_episodes record mode
* Fix Windows connectionpool
* Stub bug
* Add support for requests 2.5
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 4 16:52:20 UTC 2014 - hpj@urpla.net Tue Nov 4 16:52:20 UTC 2014 - hpj@urpla.net