diff options
author | 2023-12-14 18:16:40 +0000 | |
---|---|---|
committer | 2023-12-14 18:16:40 +0000 | |
commit | 8877fa154439f0ef44366d5808769a50f0c2915f (patch) | |
tree | d1b741c5fdaa79a2494f187c973b48881790a8fb /docs/changelog.rst | |
parent | Changelog 10.5.0 (diff) |
Do not attempt to read response body if the HTTP response code is 204.v10.5.1
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r-- | docs/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
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. |