Skip to content

Commit 163f8b1

Browse files
committed
Update changelog
1 parent 1e738b5 commit 163f8b1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGES

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
0.14.0
2+
------
3+
4+
* Added `responses.matchers`.
5+
* Moved `responses.json_params_matcher` to `responses.matchers.json_param_matcher`
6+
* Moved `responses.urlencoded_params_matcher` to
7+
`responses.matchers.urlencoded_param_matcher`
8+
* Added `responses.query_params_matcher`. This matcher allows you to match
9+
query strings with a dictionary.
10+
* Added `auto_calculate_content_length` option to `responses.add()`. When
11+
enabled, this option will generate a `Content-Length` header
12+
based on the number of bytes in the response body.
13+
114
0.13.4
215
------
316

0 commit comments

Comments
 (0)