From 727602f26f8aac8527f8a0ba096fa1284ffd3653 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Tue, 22 Mar 2016 02:50:48 +0100 Subject: [PATCH] TW-1772: Implementation of circular dependency detection is inefficient - Thanks to Michael Meier. --- AUTHORS | 1 + ChangeLog | 2 ++ 2 files changed, 3 insertions(+) diff --git a/AUTHORS b/AUTHORS index 1e2e01e2c..2f2743f28 100644 --- a/AUTHORS +++ b/AUTHORS @@ -288,3 +288,4 @@ suggestions: pawprint Reg Yaroslav Molochko + Michael Meier diff --git a/ChangeLog b/ChangeLog index 57892d6df..9b5bddf5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ (thanks to Markus Beppler, Konstantin Vorobyev). - TW-1785 Purge command to remove deleted tasks (thanks to Paul Beckingham) +- TW-1772 Implementation of circular dependency detection is + inefficient (thanks to Michael Meier). - Removed deprecated 'alias._query' setting. ------ current release ---------------------------