From a8391eb98307622d6e8ea11c82d0f299a5072bf7 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Fri, 22 Oct 2021 15:35:16 -0400 Subject: [PATCH] Add release notes for #407 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 0e033a39..9cfbdb23 100644 --- a/CHANGES +++ b/CHANGES @@ -13,6 +13,9 @@ between Python2 and Python3 versions * Added Python 3.10 support * Deprecate ``stream`` argument in ``Response`` and ``CallbackResponse`` +* Added `responses.matchers.header_matcher()`. This matcher allows you to match + request headers. By default only headers supplied to `header_matcher()` are checked. + You can make header matching exhaustive by passing `strict_match=True` to `header_matcher()`. 0.14.0