diff options
| author | 2019-06-13 11:57:01 +0100 | |
|---|---|---|
| committer | 2019-06-13 11:57:01 +0100 | |
| commit | f793f5fb92766fe124a6233d74c8cd2ac7ec242a (patch) | |
| tree | 94b638f92cde260bfea17fa325312f6c2b547b12 | |
| parent | Expose IRCChannel.mode_str() on REST API stats endpoint (diff) | |
| signature | ||
Update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c37fca2d..9e97d5ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,12 @@ Added: - Outbound message filtering (`message_filter.py`) Changed: -- only strip 2 characters (`++` or `--`) from the end of karma +- Only strip 2 characters (`++` or `--`) from the end of karma +- Track CHANMODE type B, C and D (not just type D) Fixed: - `KeyError` when sts `port` key not present +- lxml wasn't in requirements.txt but it should have been # 2019-06-09 - BitBot v1.9.2 |
