diff options
author | 2022-06-29 13:39:51 +0400 | |
---|---|---|
committer | 2022-06-29 13:39:51 +0400 | |
commit | e6263e323fb62ffe93aeb4c71ccf6af57bd14ca0 (patch) | |
tree | 5bdd92652f52dec50761eb206f9a38229c6c0c9b /docs | |
parent | Switch `typing.Hashable` With `Collections.abc.Hashable` (diff) | |
parent | Merge pull request #95 from python-discord/dependabot/pip/urllib3-1.26.5 (diff) |
Merge branch 'main' into misc-bug-fixes
# Conflicts:
# docs/changelog.rst
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 01ce2a7c..1ba60bd2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,6 +9,12 @@ Changelog - :bug:`91` Add missing await to ``BotBase.ping_services`` in some cases. +- :release:`7.2.0 <28th June 2022>` +- :support:`93` Bump Discord.py to :literal-url:`0eb3d26 <https://github.com/Rapptz/discord.py/commit/0eb3d26343969a25ffc43ba72eca42538d2e7e7a>`: + + - Adds support for auto mod, of which the new auto_mod MESSAGE_TYPE is needed for our filter system. + + - :release:`7.1.3 <30th May 2022>` 79 - :support:`79` Add `sphinx-multiversion <https://pypi.org/project/sphinx-multiversion/>`_ to make available older doc versions. - :support:`79` Restore on-site changelog. |