aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2020-01-20 16:31:15 +0000
committerGravatar jesopo2020-01-20 16:31:15 +0000
commit1230950e23a95c42823d777353def6eb8786c055 (patch)
treeb9f1ab40036ada4b3be043e68e8e3114f73426b7
parentIRCBuffer.find's not_pattern arg should be optional (diff)
signature
v1.18.2 release
-rw-r--r--CHANGELOG.md10
-rw-r--r--VERSION2
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:
diff --git a/VERSION b/VERSION
index ec6d649b..b57fc722 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.18.1
+1.18.2