diff options
author | 2023-08-28 21:51:09 +0100 | |
---|---|---|
committer | 2023-08-28 21:51:09 +0100 | |
commit | 1309de6a1ea513763336fac1f12e1991b2510477 (patch) | |
tree | 12de82edeb9da3cb71e95c890a49539a3db483a6 /docs/changelog.rst | |
parent | Merge pull request #190 from python-discord/wait_until_bot_started (diff) | |
parent | Lint repo with new ruff rules (diff) |
Merge pull request #192 from python-discord/Bump-d.pyv10.2.0
Bump d.py to 2.3.2
Diffstat (limited to 'docs/changelog.rst')
-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 75a7c40a..3a1c7bec 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,10 @@ Changelog ========= +- :release:`10.2.0 <28th August 2023>` +- :support:`192` Bump Discord.py to :literal-url:`2.3.2 <https://github.com/Rapptz/discord.py/releases/tag/v2.3.2>`. + + - :release:`10.1.0 <25th July 2023>` - :feature:`190` Overwrite :obj:`discord.ext.commands.Bot.process_commands` to ensure no commands are processed until all extensions are loaded. This only works for clients using :obj:`pydis_core.BotBase.load_extensions`. |