diff options
| author | 2020-01-20 16:31:15 +0000 | |
|---|---|---|
| committer | 2020-01-20 16:31:15 +0000 | |
| commit | 1230950e23a95c42823d777353def6eb8786c055 (patch) | |
| tree | b9f1ab40036ada4b3be043e68e8e3114f73426b7 | |
| parent | IRCBuffer.find's not_pattern arg should be optional (diff) | |
| signature | ||
v1.18.2 release
| -rw-r--r-- | CHANGELOG.md | 10 | ||||
| -rw-r--r-- | VERSION | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 42679eb4..0d913dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 2020-01-20 - BitBot v1.18.2 + +Changed: +- Colourise server address in `server-notice` formatting (`format_activity.py`) + +Fixed: +- `user` variable doesn't exist in `INVITE` formatting code (`format_activity.py`) +- `utils.datetime.find()`'s `not_pattern` arg should be optional +- `utils.datetime.iso8601_parse` no longer has a `microseconds` arg (`youtube.py`) + # 2020-01-20 - BitBot v1.18.1 Fixed: @@ -1 +1 @@ -1.18.1 +1.18.2 |
