From d2efde2a7097b6baf83ee78c172616042cc12583 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 5 Aug 2015 23:00:41 -0400 Subject: [PATCH] TW-1344: Filter due:yyyy-mm-dd is failing to display daily recurring tasks if there is deleted task in the series - Thanks to Svetoslav Trochev. --- AUTHORS | 1 + ChangeLog | 2 ++ 2 files changed, 3 insertions(+) diff --git a/AUTHORS b/AUTHORS index 4f53aeff8..0c5e502c7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -269,3 +269,4 @@ suggestions: Simon W. Jackson Sebastien Badia Michale Meier + Svetoslav Trochev diff --git a/ChangeLog b/ChangeLog index 72c20917e..1692c9757 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,8 @@ - TW-1285 relative dates combined with times (thanks to Adam Gibbins). - TW-1319 UDA is NOT sorted corresponding to the order of UDA list entries (thanks to Onion). +- TW-1344 Filter due:yyyy-mm-dd is failing to display daily recurring tasks if + there is deleted task in the series.(thanks to Svetoslav Trochev). - TW-1389 tw will import same UUID n-times if part of same import (thanks to Markus Beppler). - TW-1419 On add '-tag' is considered a tag removal, which makes no sense.