From 397d1c2d09d2adffc7a35bb9d44a29bff5300c08 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 23 Aug 2011 23:01:56 -0400 Subject: [PATCH] Feature #806 - Added feature #806, which provides the ability to compare dates using the relational operator '>=' (thanks to Miguel de Val Borro). --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 08c432320..74a3c1fcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -87,6 +87,8 @@ + Added feature #800, adding a new command 'columns' that lists all the columns available for custom reports, and includes their formatting options (thanks to T. Charles Yun). + + Added feature #806, which provides the ability to compare dates using the + relational operator '>=' (thanks to Miguel de Val Borro). + Added feature #811, which makes the 'execute' command optional, and controlled by '#define HAVE_EXECUTE 1' in cmake.h. This allows a build that does not have the potential security hole, in the event that taskwarrior