diff --git a/ChangeLog b/ChangeLog index dcfc3aaa3..ddfd43b01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,8 @@ Bugs Spiegl). + Fixed bug #986, so that the 'info' report uses the correct date format (thanks to Louis-Claude Canon). + + Fixed bug #988, updating the documentation so that 'undo.data' usage is more + clearly stated (thanks to Louis-Claude Canon). + Fixed grammar in feedback string (thanks to Uli Martens). + Addressed valgrind complaints (thanks to Bryce Harrington). + Removed default configuration value for the obsolete 'annotations' setting. diff --git a/doc/man/task-faq.5.in b/doc/man/task-faq.5.in index 845d6d355..7c99f4361 100644 --- a/doc/man/task-faq.5.in +++ b/doc/man/task-faq.5.in @@ -198,10 +198,12 @@ You need it if you want the undo capability, or the merge capability mentioned above. But if it gets large, you can certainly truncate it to save space, just be careful to delete lines from the top of the file, up to and including a separator '---'. The simplest way is to simply delete the undo.data file. Note -that it does not slow down taskwarrior, because it is never read until you want -to undo. Otherwise taskwarrior only appends to the file. +that it does not slow down taskwarrior in performance-sensitive areas, because +it is typically not read until you want to undo, or report total active time in +the 'info' command. Taskwarrior generally only appends to the file. -It is not recommended that you delete the undo.data file. +It is not recommended that you delete the undo.data file, as it limits +functionality. .TP .B Q: How do I know whether my terminal support 256 colors?