From 4dafbb5b8f94df57e01c49d8d5a0bdd561876554 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sun, 23 Aug 2020 21:17:09 -0400 Subject: [PATCH] Update changelog. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 22ffc121..8a58a9f0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +0.11.0 +------ + +- Added the `match` parameter to `add()`. +- Added `responses.urlencoded_params_matcher()` and `responses.json_params_matcher()`. + 0.10.16 -------