diff --git a/docs/changelog.rst b/docs/changelog.rst index 2cb604c..bdde5b7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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)