From 94643f9b24ba9be244c531907a4b4623ad90fadd Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 1 Nov 2019 16:11:17 +0000 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f26d6967..c778f4dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # TBD - BitBot v1.14.0 Added: +- Add Travis config to run `mypy` - `!cmute`/`!cunmute` to mute/unmute a channel (`+m`) (`admin.py`) - Support GitLab notes and confidential issues (`git_webhooks`) - Strip `"'<>()` from words in titles when checking difference between a `` and URL (`title.py`) @@ -8,6 +9,8 @@ Added: - 15 second SASL handshake timeout (`ircv3_sasl`) - Ability to disable command suggestions (`command_suggestions.py`) - Format/print/log `CHGHOST` events +- Show when a `!config` option has remained unchanged (`config.py`) +- Show GMT offset in `!time` output (`user_time.py`) Changed: - `/me` lines are no longer added to markov chains