aboutsummaryrefslogtreecommitdiffstats
path: root/docs/changelog.rst
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-07-23 15:50:44 +0200
committerGravatar GitHub <[email protected]>2022-07-23 15:50:44 +0200
commit2d7f51e990666c37cffb5f2a2e4d60d0457d3bc6 (patch)
tree8a298eb66495d2bae6890a3082042fdac0b802ca /docs/changelog.rst
parentMerge PR #105: Correctly determine source modules for re-exported symbols (diff)
parentMerge branch 'main' into bot-core-100 (diff)
Merge pull request #101 from python-discord/bot-core-100
Add `clean_text_or_reply` util.
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r--docs/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index e35e75d0..59743714 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,9 @@
Changelog
=========
+- :feature:`101` Add a utility to clean a string or referenced message's content
+
+
- :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.