diff options
author | 2023-12-14 16:51:05 +0000 | |
---|---|---|
committer | 2023-12-14 16:51:06 +0000 | |
commit | f4427b7a9a305b6453d78de1b69adca5782ef160 (patch) | |
tree | 6d2f81a9862cca6bc75664077d6d0da5453299b8 /docs/changelog.rst | |
parent | Changelog 10.5.0 (diff) |
Do not attempt to read response body if the HTTP response code is 204.dont-read-response-for-204-codes
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..e81df374 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,9 @@ Changelog ========= +- :release:`10.5.1 <14th December 2023>` +- :bug:`198` 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. |