diff options
author | 2022-06-28 12:29:42 +0100 | |
---|---|---|
committer | 2022-06-28 12:59:12 +0100 | |
commit | 95c47b34201eed297236d065009cf904a29a14d9 (patch) | |
tree | 268411e48a6bc0468101678c38eb38cd7d44cb9b /docs | |
parent | Merge pull request #92 from python-discord/dependabot/pip/sphinx-5.0.2 (diff) |
Bump d.py to 0eb3d26
Adds support for auto mod, of which the new auto_mod MESSAGE_TYPE is needed for our filter system.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index e666a266..cba9e090 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Changelog ========= +- :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. |