aboutsummaryrefslogtreecommitdiffstats
path: root/docs/changelog.rst
diff options
context:
space:
mode:
authorGravatar Izan <[email protected]>2022-07-23 14:28:36 +0100
committerGravatar Izan <[email protected]>2022-07-23 14:28:36 +0100
commitb84448734efbba0b892a0e8da6400315ee9bfc97 (patch)
tree4353a54d9c12854a9a1e2ca925c4c13cbff75b74 /docs/changelog.rst
parentRaise error when referenced message has no content (diff)
parentMerge branch 'main' into bot-core-100 (diff)
Merge remote-tracking branch 'origin/bot-core-100' into bot-core-100
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r--docs/changelog.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 9d74eee8..e35e75d0 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,19 @@
Changelog
=========
+- :release:`7.4.0 <17th July 2022>`
+- :feature:`106` Add an optional ``message`` attr to :obj:`botcore.utils.interactions.ViewWithUserAndRoleCheck`. On view timeout, this message has its view removed if set.
+
+
+- :release:`7.3.1 <16th July 2022>`
+- :bug:`104` Fix :obj:`botcore.utils.interactions.DeleteMessageButton` not working due to using wrong delete method.
+
+
+- :release:`7.3.0 <16th July 2022>`
+- :feature:`103` Add a generic view :obj:`botcore.utils.interactions.ViewWithUserAndRoleCheck` that only allows specified users and roles to interaction with it
+- :feature:`103` Add a button :obj:`botcore.utils.interactions.DeleteMessageButton` that deletes the message attached to its parent view.
+
+
- :release:`7.2.2 <9th July 2022>`
- :bug:`98` Only close ``BotBase.stats._transport`` if ``BotBase.stats`` was created