diff options
author | 2024-03-04 16:18:51 +0000 | |
---|---|---|
committer | 2024-03-04 16:18:51 +0000 | |
commit | 46c54e44403c5b5d914cf60f13c16d044868fe97 (patch) | |
tree | b67c08000d6a4f078ed200fd645e6b84260d1ff2 /docs/changelog.rst | |
parent | Bump dev deps to latest (diff) |
Drop support for Pydantic 1.X
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r-- | docs/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 474adc8a..83a3af7a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,7 @@ Changelog ========= +- :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:`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`. |