From f2ba326df739aaac621bf3ca4481b9515807a47c Mon Sep 17 00:00:00 2001 From: Dragory Date: Sat, 23 Feb 2019 23:34:13 +0200 Subject: [PATCH] Update CHANGELOG for 2.18.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e95683..c36092e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v2.18.0 +* Add `silent` option to `!close` (e.g. `!close silent`) to close threads without sending the specified `closeMessage` +* Update some package versions (may help with sqlite3 install issues) + ## v2.17.0 * Add `mentionUserInThreadHeader` option. When set to `true`, mentions the thread's user in the thread header. Fixes #152. * Add `botMentionResponse` option. If set, the bot auto-responds to bot mentions with this message. Fixes #143.