aboutsummaryrefslogtreecommitdiffstats
path: root/main/_sources/changelog.rst.txt
diff options
context:
space:
mode:
authorGravatar ChrisLovering <[email protected]>2022-07-21 12:03:32 +0000
committerGravatar ChrisLovering <[email protected]>2022-07-21 12:03:32 +0000
commiteb8df86c9106f0dfaf41cc02000bbbc3083428f7 (patch)
treeac3017bf5e4899be14f777ea3de79c12b64814b1 /main/_sources/changelog.rst.txt
parentDeploying to docs from @ python-discord/bot-core@c448b69160e287826268db6f499e... (diff)
Deploying to docs from @ python-discord/bot-core@603fc83bcfde790f184ddaf0ab2bd5364431d067 🚀
Diffstat (limited to 'main/_sources/changelog.rst.txt')
-rw-r--r--main/_sources/changelog.rst.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/_sources/changelog.rst.txt b/main/_sources/changelog.rst.txt
index 493b34e2..e35e75d0 100644
--- a/main/_sources/changelog.rst.txt
+++ b/main/_sources/changelog.rst.txt
@@ -4,6 +4,10 @@
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.