From bc829c311f548253f27ca9a880372d8e5cb53dbe Mon Sep 17 00:00:00 2001 From: sarayourfriend Date: Mon, 17 Jun 2024 16:17:38 +1000 Subject: [PATCH] Add history entries --- History.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/History.rst b/History.rst index 45a59da..c1f7505 100644 --- a/History.rst +++ b/History.rst @@ -1,6 +1,13 @@ History ======= +v1.5.0 / 2024-06-17 +------------------- + + * Provide fix for inaccurate non-binary response bodies from urllib and deprecate the `binary` body parameter entirely + * Refer to https://github.com/h2non/pook/issues/128 for further details + * Fix body matcher binary argument not passing through to `BodyMatcher` + v1.4.3 / 2024-02-23 -------------------