v1.18.2 release
This commit is contained in:
parent
fb457c52fb
commit
1230950e23
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
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
|
# 2020-01-20 - BitBot v1.18.1
|
||||||
|
|
||||||
Fixed:
|
Fixed:
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.18.1
|
1.18.2
|
||||||
|
|
Loading…
Reference in a new issue