Skip to content

Commit 3c42c22

Browse files
committed
Update changelog
1 parent f8982cf commit 3c42c22

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ however, insignificant breaking changes do not guarantee a major version bump, s
1111
### Added
1212

1313
- `?msglink <message id>`, allows you to obtain channel + message ID for T&S reports. ([GH #2963](https://github.com/kyb3r/modmail/issues/2963), [PR #2964](https://github.com/kyb3r/modmail/pull/2964))
14+
- `?mention disable/reset`, disables or resets mention on thread creation. ([PR #2951](https://github.com/kyb3r/modmail/pull/2951))
1415

1516
### Fixed
1617

bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.8.4"
1+
__version__ = "3.8.5"
22

33

44
import asyncio

0 commit comments

Comments
 (0)