From f059c27bf093b3372f9a0cac1d2ecda4427148c8 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 11 Jul 2011 02:10:50 -0400 Subject: [PATCH] Feature #607 - Added feature #607, which allows modification of a task during annotation (thanks to Peter De Poorter). --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 11ceddc01..f15f29135 100644 --- a/ChangeLog +++ b/ChangeLog @@ -61,6 +61,8 @@ + Added feature #559, that causes Taskwarrior to exit if the ~/.task (or rc.data.location override) does not exist, controlled by the rc.exit.on.missing.db configuration variable (thanks to Sander Marechal). + + Added feature #607, which allows modification of a task during annotation + (thanks to Peter De Poorter). + Added feature #612, so that the 'info' command displays the sum of all active (start/stop) times for a task, if the 'journal.info' configuration variable is set (thanks to Andy Kriger).