From 4914c474011167dfdeb746282e3f92c1454d1cc0 Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 27 Nov 2019 13:03:26 +0000 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad55e42..38d6f9e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Added: - 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`) +- Show URLs in `!wikipedia` output (`wikipedia.py`) Changed: - Complete refactor of `permissions` module - now with hostmask support @@ -17,6 +18,7 @@ Changed: - `./bitbotd -m permissions -M master-password` moved to `./bitbotctl command master-password` - `utils.http.Response.data` is now always `bytes` - use `.decode()`/`.json()`/`.soup()` - `to.py` -> `tell.py`; move `!to` to `!tell` but add `!to` as an alias +- Sed edits are now cumulative (`sed.py`) # 2019-11-18 - BitBot v1.15.0