v1.18.2 release

This commit is contained in:
jesopo 2020-01-20 16:31:15 +00:00
parent fb457c52fb
commit 1230950e23
2 changed files with 11 additions and 1 deletions

View file

@ -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:

View file

@ -1 +1 @@
1.18.1
1.18.2