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

Update changelog.rst (#480)

This commit is contained in:
Josh Peak
2019-08-29 05:00:16 +10:00
committed by GitHub
parent 1eec0f657d
commit baadf913ef

View File

@@ -3,6 +3,7 @@ Changelog
- 2.1.1 (UNRELEASED)
- Format code with black (@neozenith)
- Use latest pypy3 in Travis (@hugovk)
- Improve documentation about custom matchers (@gward)
- 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)