diff options
| author | 2019-11-04 10:13:48 +0000 | |
|---|---|---|
| committer | 2019-11-04 10:13:48 +0000 | |
| commit | 106d7d7ff8a51648741af5f2fe0a6fef2ef591ff (patch) | |
| tree | 22a899b73706de979c37b81c45a4665a45875182 | |
| parent | remove !timezone as !time now shows UTC offset (diff) | |
| signature | ||
v1.14.0 release
| -rw-r--r-- | CHANGELOG.md | 5 | ||||
| -rw-r--r-- | VERSION | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c778f4dc..efbc7838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# TBD - BitBot v1.14.0 +# 2019-11-04 - BitBot v1.14.0 Added: - Add Travis config to run `mypy` @@ -22,6 +22,9 @@ Fixed: - A bunch of typehinting errors across `src/` - Switch to `lxml` for fediverse note parsing. `html.parser` was buggy and unpredictable (`fediverse`) +Removed: +- `!timezone` + # 2019-10-25 - BitBot v1.13.0 Added: @@ -1 +1 @@ -1.14.0-rc1 +1.14.0 |
