aboutsummaryrefslogtreecommitdiffstats
path: root/docs/changelog.rst
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-07-25 22:00:42 +0100
committerGravatar GitHub <[email protected]>2022-07-25 22:00:42 +0100
commite88ef3cc14010c43667e9bbd3d468361c02fae61 (patch)
tree0a84e376b58308614583b15be414fe9c349207ea /docs/changelog.rst
parentMerge pull request #107 from python-discord/better-development (diff)
Bump Python To 3.10 (#108)v8.0.0-beta.2
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r--docs/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index b5d049d9..be4f7ee7 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,7 @@
Changelog
=========
+- :support:`108` Bump Python version to 3.10.*
- :bug:`107` Declare aiodns as a project dependency.
- :support:`107` Add a sample project with boilerplate and documentation explaining how to develop for bot-core.