diff options
| author | 2019-10-31 16:32:29 +0000 | |
|---|---|---|
| committer | 2019-10-31 16:32:29 +0000 | |
| commit | a96582e953c051253d4fc6c2cc336949b57f7bca (patch) | |
| tree | 44d8ba63db40ed65b56504d30f903adac5a5d588 | |
| parent | 'changed host (_@_)' -> 'changed host to _@_' (diff) | |
update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ad6d3d5..f26d6967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Added: - Show when a youtube video was uploaded (`youtube.py`) - 15 second SASL handshake timeout (`ircv3_sasl`) - Ability to disable command suggestions (`command_suggestions.py`) +- Format/print/log `CHGHOST` events Changed: - `/me` lines are no longer added to markov chains @@ -15,6 +16,8 @@ Changed: Fixed: - Rectified `src/utils/` circular dependency mess - Decode fediverse data as utf8 +- A bunch of typehinting errors across `src/` +- Switch to `lxml` for fediverse note parsing. `html.parser` was buggy and unpredictable (`fediverse`) # 2019-10-25 - BitBot v1.13.0 |
