diff options
author | 2023-08-21 15:40:22 +0100 | |
---|---|---|
committer | 2023-08-28 21:39:42 +0100 | |
commit | a2daec6c53cb338b5fc7fd9dd4dfc84021e0b662 (patch) | |
tree | 54c94c42e024d247f254a06ec572aaa451e93ebc /docs | |
parent | Merge pull request #190 from python-discord/wait_until_bot_started (diff) |
Bump d.py to 2.3.2
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 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`. |