diff --git a/CHANGELOG.md b/CHANGELOG.md index 72519d9..3228c10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,14 @@ ## DEVELOPMENT VERSION *This version is not released yet.* -**General changes:** -* **BREAKING CHANGE:** The default value for [`inboxServerPermission`](docs/configuration.md#inboxserverpermission) is now `manageMessages` +**Breaking changes:** +* The default value for [`inboxServerPermission`](docs/configuration.md#inboxServerPermission) is now `manageMessages` * This means that after updating, if you haven't set `inboxServerPermission` in your `config.ini`, only those members with the "Manage Messages" permission on the inbox server will be able to use the bot's commands +* The default value for [`mentionRole`](docs/configuration.md#mentionRole) is now `none` + * To turn `@here` pings back on for new threads, set `mentionRole = here` in your `config.ini` + +**General changes:** * New option: `showResponseMessageInThreadChannel` * Controls whether the bot's response message is shown in the thread channel * Bot and Node.js version is now shown on bot start-up