diff options
author | 2023-07-14 13:21:53 +0100 | |
---|---|---|
committer | 2023-07-14 13:21:53 +0100 | |
commit | 29af8a99dea22358ba0774f6b4eb9fbfbaeae353 (patch) | |
tree | f2a31e3b2cbf9803f7d89429a33ed2e5c1a10999 /docs | |
parent | Update get_or_fetch_channel's return type (#187) (diff) | |
parent | Update code for new linter rules (diff) |
Merge pull request #184 from python-discord/bump-d.py
Bump d.py & update view with user and role check
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index a6b1d193..e8cc8ca0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,8 +4,12 @@ Changelog ========= + +- :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>` - :bug:`185` Update expiry label from 1 month to 30 days in paste service. |