From c79ae0848cb5d7b3bbbcea0616c6887e7184946d Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sun, 12 Jun 2016 21:02:37 +0200 Subject: [PATCH] TW-61: Extract only tasks with annotations - Thanks to Aikido Guy. - Note: This is just bookkeeping commit, the solution (+ANNOTATED virtual tag) is present since 2.3.0. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1d764c343..bd9bd7ed1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ - TD-64 sync conflict deleted all annotations of the task (thanks to Markus Beppler, Konstantin Vorobyev). +- TW-61 Extract only tasks with annotations + (thanks to Aikido Guy) - TW-1785 Purge command to remove deleted tasks (thanks to Paul Beckingham) - TW-1772 Implementation of circular dependency detection is