From 8877fa154439f0ef44366d5808769a50f0c2915f Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Thu, 14 Dec 2023 18:16:40 +0000 Subject: Do not attempt to read response body if the HTTP response code is 204. --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/changelog.rst') diff --git a/docs/changelog.rst b/docs/changelog.rst index 2bf3d8f2..e59cd890 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,9 @@ Changelog ========= +- :release:`10.5.1 <14th December 2023>` +- :bug:`200` Do not attempt to read response body if the HTTP response code is 204. Previously only :obj:`pydis_core.site_api.APIClient.delete` did this. + - :release:`10.5.0 <10th December 2023>` - :support:`197` Mark dependencies using tilde version specifiers. This is to allow user of pydis core to use newer versions of these libraries without us having to cut a new release. -- cgit v1.2.3