diff options
| author | 2019-11-14 17:35:40 +0000 | |
|---|---|---|
| committer | 2019-11-14 17:35:40 +0000 | |
| commit | d0d6fc967b2e85da3edb540608b3390875cb3323 (patch) | |
| tree | 88f577e82f324b8571760f0fe3d232f22c29e31f | |
| parent | default `target_user` to None so the var always exists (diff) | |
update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a02e085..6d9ab91a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,10 @@ Added: - Optionally colourise nicknames when printed to log (`format_activity.py` and `print_activity.py`) - Show git branch in `!version` output (`info.py`) - Stop/start REST API HTTPd when trying to reload all modules (`ModuleManager` and `rest_api.py`) +- Individual channels can opt out of printing to INFO log (`!config c print off`, `print_activity.py`) Changed: +- Logging moved to `~/.bitbot/logs/` by default - Better eval API for `eval_python.py` (now py3 only) - Better single-line normalisation for ActivityPub Activities (`fediverse`) - Better error messages shown to user when a fediverse Actor can't be found (`fediverse`) |
