aboutsummaryrefslogtreecommitdiffstats
path: root/docs/changelog.rst
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-12-14 18:16:40 +0000
committerGravatar Chris Lovering <[email protected]>2023-12-14 18:16:40 +0000
commit8877fa154439f0ef44366d5808769a50f0c2915f (patch)
treed1b741c5fdaa79a2494f187c973b48881790a8fb /docs/changelog.rst
parentChangelog 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.rst3
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.