From e476fc44e7791088f249bfef5ab1f6e3137f8ef5 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 25 Nov 2019 12:04:30 +0000 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 833b9fbf..e0e0a52e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,11 @@ Added: - Show who opened a GitHub pull request when approperiate (`git_webhooks`) - Timed user ignores (`ignore.py`) - Support `"$$"` as `"$"` in command alias argument replacement (`aliases.py`) +- Show explicitly when only a title of an issue/PR was changed (`git_webhooks`) Changed: - Complete refactor of `permissions` module - now with hostmask support +- Big refactor of commands module - Command aliases moved to their own module. Run `migration/v01.16.00-aliases.py` to migrate old aliases. - Unique User-Agent (`utils.http.USERAGENT`) - Nickname hashed colourisation now matches weechat's default (`utils.irc`)