aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-11-25 12:04:30 +0000
committerGravatar jesopo2019-11-25 12:04:30 +0000
commite476fc44e7791088f249bfef5ab1f6e3137f8ef5 (patch)
tree6835c0e097bc09964cbcacdbb5361daae0877cd3
parentexplicitly say when an issue/PR was renamed (diff)
update CHANGELOG.md
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
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`)