From baadf913ef3ed67fa599c3af18d5f9fcb005cf41 Mon Sep 17 00:00:00 2001 From: Josh Peak Date: Thu, 29 Aug 2019 05:00:16 +1000 Subject: [PATCH] Update changelog.rst (#480) --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index aa97506..2cb604c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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)