From d29b6d5631009cbde1fc6d8e7ff8042623fbaf35 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 24 Jun 2014 22:32:56 -0400 Subject: [PATCH] TW-1316 - TW-1316 Some filter expressions require space before closing paren (thanks to Will Dietz). --- AUTHORS | 1 + ChangeLog | 2 ++ 2 files changed, 3 insertions(+) diff --git a/AUTHORS b/AUTHORS index 9b470fa88..1a3743c22 100644 --- a/AUTHORS +++ b/AUTHORS @@ -216,4 +216,5 @@ suggestions: Christopher Roberts Steffen Uhlig Dirk Sarpe + Will Dietz diff --git a/ChangeLog b/ChangeLog index 0f3c102a7..38369f694 100644 --- a/ChangeLog +++ b/ChangeLog @@ -86,6 +86,8 @@ - TW-1307 burndown is aliased to burndown.weekly (thanks to darkfeline). - TW-1309 memory error, if misconfigured calendar.details.report (thanks to Onion). +- TW-1316 Some filter expressions require space before closing paren (thanks to + Will Dietz). - TW-1318 creating a UDA in the wrong sequence will cripple taskwarrior (thanks to Onion). - TW-1320 Provide output of malformed row if invalid Taskwarrior file format