Skip to content

Commit 0d340eb

Browse files
committed
Fix formatting in changelog.
1 parent 3dccae8 commit 0d340eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
0.17.0
22
------
33

4-
* This release is the last one to support Python 2.7.
4+
* This release is the last to support Python 2.7.
55
* Fixed issue when `response.iter_content` when `chunk_size=None` entered infinite loop
66
* Fixed issue when `passthru_prefixes` persisted across tests.
77
Now `add_passthru` is valid only within a context manager or for a single function and
88
cleared on exit
9-
* Deprecate ``match_querystring`` argument in ``Response`` and ``CallbackResponse``.
9+
* Deprecate `match_querystring` argument in `Response`` and `CallbackResponse`.
1010
Use `responses.matchers.query_param_matcher` or `responses.matchers.query_string_matcher`
1111
* Added support for non-UTF-8 bytes in `responses.matchers.multipart_matcher`
1212
* Added `responses.registries`. Now user can create custom registries to

0 commit comments

Comments
 (0)