diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f128b3..b5bd270 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog ## v2.25.0 -* Fix regression introduced in v2.24.0 where line breaks would get turned to spaces in replies and snippets ([https://github.com/Dragory/modmailbot/issues/304](#304)) +* Fix regression introduced in v2.24.0 where line breaks would get turned to spaces in replies and snippets ([#304](https://github.com/Dragory/modmailbot/issues/304)) * Replace the internal command handler with a new one. This should be fairly thoroughly tested, but please report any issues you encounter! * Plugins are now called with a fourth parameter that allows you to easily add specific types of commands * Due to the command handler change, any calls to `bot.registerCommand` should be replaced with the new system