aboutsummaryrefslogtreecommitdiffstats
path: root/docs/changelog.rst
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-07-20 10:51:54 +0100
committerGravatar GitHub <[email protected]>2023-07-20 10:51:54 +0100
commitb52f1ab731e2a55d08c0de64401721fc5034865c (patch)
treef95efc5440af57065f53e06aeb0148b0bde247f9 /docs/changelog.rst
parentMerge pull request #184 from python-discord/bump-d.py (diff)
parentfixup: correct docstring wording in paste_service (diff)
Merge pull request #188 from python-discord/paste-servic-emultiple-filesv10.0.0
Support sending multiple files to paste service at once
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r--docs/changelog.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index e8cc8ca0..adad0bc3 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,9 +5,11 @@ Changelog
=========
+- :release:`10.0.0 <14th July 2023>`
+- :breaking:`188` Support sending multiple files at once to paste service. All calls to :obj:`pydis_core.utils.paste_service.send_to_paste_service` must now provide a list of :obj:`pydis_core.utils.paste_service.PasteFile`
+- :bug:`187 major` Fix :obj:`pydis_core.utils.channel.get_or_fetch_channel`'s return type to include :obj:`discord.abc.PrivateChannel` and :obj:`discord.Thread`.
- :feature:`184` Remove the message stored in the ``message`` attr of :obj:`pydis_core.utils.interactions.ViewWithUserAndRoleCheck` when the interaction is stopped, in additional to the exist logic for timeout.
- :support:`184` Bump Discord.py to :literal-url:`2.3.1 <https://github.com/Rapptz/discord.py/releases/tag/v2.3.1>`.
-- :bug:`187` Fix :obj:`pydis_core.utils.channel.get_or_fetch_channel`'s return type to include :obj:`discord.abc.PrivateChannel` and :obj:`discord.Thread`.
- :release:`9.9.2 <2nd July 2023>`