From 5f8de9fd2c2839808a5a1466ef6dc99051841171 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. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 547bea3f1..a4861ed6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -60,6 +60,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 ---------------------------