From 6b774592862f2c25aba2759173b031c51295b4ce Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Tue, 9 Nov 2010 02:18:37 +0100 Subject: [PATCH] Added SHA1 of tagged release commit --- ChangeLog | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 875e51dd4..052724408 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ ------ current release --------------------------- -1.9.3 (11/08/2010) +1.9.4 () + +------ old releases ------------------------------ + +1.9.3 (11/08/2010) bf36b47593a33e6347425d47a36477b627310e65 + Added feature #43, now task supports relative dates like '3wks', '1 month', '4d' for 'due', 'wait' and 'until' dates. Essentially durations are now allowed where dates are expected, and are treated @@ -97,8 +101,6 @@ + Clarified the documentation regarding the project name (taskwarrior) and the program name (task). ------- old releases ------------------------------ - 1.9.2 (7/10/2010) a13989f18eb34b3363f433c965084b6491425b9f + Added feature #320, so the command "task 123" is interpreted as an implicit "task info 123" command (thanks to John Florian).