diff --git a/Changelog.draft.rst b/Changelog.draft.rst index 1f6b46b..778b52c 100644 --- a/Changelog.draft.rst +++ b/Changelog.draft.rst @@ -15,7 +15,7 @@ New Features * add a --info command line switch that outputs useful information about the server and the configuration for all enabled accounts. - + Changes ------- @@ -23,6 +23,14 @@ Changes * Output how long an account sync took (min:sec). +* Reworked logging which was reported to e.g. not flush output to files + often enough. User-visible changes: + a) console output goes to stderr (for now). + b) file output has timestamps and looks identical in the basic and + ttyui UIs. + c) File output should be flushed after logging by default (do + report if not). + Bug Fixes ---------