From 75403c0ec1dff020a36f39f38ff303b5d2db44d2 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 ac1dd4669..547d963d2 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. 2.5.1 (2016-02-24) 8b4ae3b54b44dfbd00b96cdd6dceb8dfe7cc1ea0