diff options
| author | 2019-06-14 18:12:54 +0100 | |
|---|---|---|
| committer | 2019-06-14 18:12:54 +0100 | |
| commit | 04f3e9851572be38e1acfe0293d25cc9e0082349 (patch) | |
| tree | 213a8de541b70d75c1ed7e988a1ad44e8d139730 | |
| parent | copypaste fail, `setting_info` -> `export_settings[setting]` (diff) | |
| signature | ||
Update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f0a7432..b29e68f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,23 @@ Added: - Outbound message filtering (`message_filter.py`) +- Mid-callback command permission checks ('yield utils.Check(...)') +- `connected-since` on stats endpoint Changed: - Only strip 2 characters (`++` or `--`) from the end of karma - Track CHANMODE type B, C and D (not just type D) +- 'x saved a duck' -> 'x befriended a duck' Fixed: - `KeyError` when sts `port` key not present - lxml wasn't in requirements.txt but it should have been - Any CRITICAL in read/write thread now kills the main thread too +Removed: +- `!set`/`!channelset`/`!serverset`/`!botset` (replaced with `!config`) +- `bytes-read-per-second` and `bytes-written-per-second` from stats endpoint + # 2019-06-09 - BitBot v1.9.2 Added: |
