diff options
author | 2022-07-27 18:34:50 +0100 | |
---|---|---|
committer | 2022-07-27 18:34:50 +0100 | |
commit | db0ff48a574f5b466f3e8dc25cc32c3a9bfc1370 (patch) | |
tree | dfc700150ebb4ff0700ca6160fe084b7dac7a892 /docs | |
parent | Fix suppressed_exceptions type hint (#112) (diff) | |
parent | Bump sphinx to 5.1.1 (diff) |
Merge pull request #114 from python-discord/8.0.0-betav8.0.0
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index b5d049d9..f944c8d6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,7 +4,10 @@ Changelog ========= -- :bug:`107` Declare aiodns as a project dependency. +- :release:`8.0.0 <27th July 2022>` +- :breaking:`110` Bump async-rediscache to v1.0.0-rc2 +- :support:`108` Bump Python version to 3.10.* +- :bug:`107 major` Declare aiodns as a project dependency. - :support:`107` Add a sample project with boilerplate and documentation explaining how to develop for bot-core. |