Add changelog entry for reworked UI backends

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
Sebastian Spaeth 2011-10-28 09:35:23 +02:00
parent 7c45e05428
commit d981d66305
1 changed files with 9 additions and 1 deletions

View File

@ -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
---------