Skip to content

Commit

Permalink
Add release notes for #407
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 22, 2021
1 parent 8231646 commit a8391eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8391eb

Please sign in to comment.