aboutsummaryrefslogtreecommitdiffstats
path: root/docs/changelog.rst
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2024-02-18 11:34:01 +0100
committerGravatar shtlrs <[email protected]>2024-02-18 11:34:01 +0100
commitb0b758e95eda7e44451abd1b782644ff5d9e03a3 (patch)
tree89a7403303ed712461af6f60a417c2db06ee5faf /docs/changelog.rst
parentbump version to 1.7.0 in pyproject.toml (#203) (diff)
document the instance attributes of BotBase
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r--docs/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index ff4cd010..b3e5d9a3 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,8 @@
Changelog
=========
+- :support:`204` Document the instance attributes of :obj:`pydis_core.BotBase`.
+
- :release:`10.7.0 <30th January 2024>`
- :feature:`158` Add locking utilities for controlling concurrency logic
- :support:`202` Bump various development dependencies and CI workflow action versions