1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Merge pull request #484 from sdvicorp/keith/changelog_empty_post

Update changelog for empty body fix
This commit is contained in:
Arthur Hamon
2019-10-01 09:00:39 +02:00
committed by GitHub

View File

@@ -4,6 +4,7 @@ Changelog
- Format code with black (@neozenith)
- Use latest pypy3 in Travis (@hugovk)
- Improve documentation about custom matchers (@gward)
- Fix exception when body is empty (@keithprickett)
- 2.1.0 - Add a `rewind` method to reset a cassette (thanks @khamidou)
New error message with more details on why the cassette failed to play a request (thanks @arthurHamon2, @neozenith)
Handle connect tunnel URI (thanks @jeking3)