aboutsummaryrefslogtreecommitdiffstats
path: root/docs/changelog.rst
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-03-04 16:28:41 +0000
committerGravatar Chris Lovering <[email protected]>2024-03-18 10:32:20 +0000
commit9a497193db7cca2d64cd99251f34b83bec2d9137 (patch)
tree9d6cc66facadfc36e82ef7f3ada45bd25b788f59 /docs/changelog.rst
parentDrop support for Python 3.10 (diff)
Update ruff to target Python 3.11
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 505d6251..43088f33 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -9,6 +9,7 @@ Changelog
- :breaking:`208` Drop support for Python 3.10
- :breaking:`208` Drop support for Pydantic 1.X
- :breaking:`207` Enable more ruff linting rules. See :literal-url:`GitHub release notes <https://github.com/python-discord/bot-core/releases/tag/v11.0.0>` for breaking changes.
+- :support:`208` Bump ruff to 0.3.0 and target Python 3.11 now that 3.10 isn't supported.
- :support:`206` Bump ruff from 0.1.15 to 0.2.2, using the new lint config namespace, and linting with the new rules.
- :support:`204` Document the instance attributes of :obj:`pydis_core.BotBase`.