diff options
author | 2023-12-19 12:00:19 +0100 | |
---|---|---|
committer | 2024-01-30 19:08:48 +0000 | |
commit | 99b3e846eac4f82f47b259876a6b24ca505945a1 (patch) | |
tree | 9c487c59bff2bcb1cb3f3da662d46c9b941e1359 | |
parent | port all checks from sir-lancebot and bot (diff) |
bump version & changelog
-rw-r--r-- | docs/changelog.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 6a4be2e1..40232572 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,9 +4,10 @@ Changelog ========= -- :release:`10.6.0 <4th January 2024>` +- :release:`10.6.0 <30th 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. +- :feature:`199` Port common discord.commands checks from other bots to :obj:`pydis_core.utils.checks`. - :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. |