From 0ae66f457aa8795b92b7b89484af74f307c3ada1 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 29 Apr 2012 00:33:51 -0400 Subject: [PATCH] Bug #954 - Fixed bug #954, which caused bulk deletions when using a UUID filter term and the delete command (thanks to Bryce Harrington). --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 94debe73f..a8d2d2724 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,8 @@ Features + Sped up task sorting by skipping re-interpretation of certain data types. Bugs + + Fixed bug #954, which caused bulk deletions when using a UUID filter term and + the delete command (thanks to Bryce Harrington). + Fixed bug #964, where the 'projects' command showed the wrong priority labels (thanks to Ali Mousavi). + Fixed bug #968, a typo in the 'edit' command text (thanks to Victor Roetman).