aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2024-01-04 15:29:01 +0100
committerGravatar shtlrs <[email protected]>2024-01-04 16:19:58 +0100
commit618d55e8c258df7da55f021ee774f317c6f2538b (patch)
treed3889db6035cbc6c24d57e0273efe49a5797afe4 /docs
parentport LinePaginator and `PaginationEmojis` into the pagination module. (diff)
bump version & changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index e59cd890..6a4be2e1 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,10 @@
Changelog
=========
+- :release:`10.6.0 <4th January 2024>`
+- :feature:`189` Add :obj:`pydis_core.utils.pagination.LinePaginator` which allows users to paginate over content using Embeds, with emoji reactions facilitating navigation.
+- :feature:`189` Add :obj:`pydis_core.utils.messages.reaction_check`, a predicate that dictates whether a user has the right to add a specific set of reactions based on certain criteria.
+
- :release:`10.5.1 <14th December 2023>`
- :bug:`200` Do not attempt to read response body if the HTTP response code is 204. Previously only :obj:`pydis_core.site_api.APIClient.delete` did this.