TW-1772: Implementation of circular dependency detection is inefficient

- Thanks to Michael Meier.
This commit is contained in:
Tomas Babej 2016-03-22 02:50:48 +01:00 committed by Paul Beckingham
parent 10018dac18
commit 727602f26f
2 changed files with 3 additions and 0 deletions

View file

@ -288,3 +288,4 @@ suggestions:
pawprint pawprint
Reg Reg
Yaroslav Molochko Yaroslav Molochko
Michael Meier

View file

@ -4,6 +4,8 @@
(thanks to Markus Beppler, Konstantin Vorobyev). (thanks to Markus Beppler, Konstantin Vorobyev).
- TW-1785 Purge command to remove deleted tasks - TW-1785 Purge command to remove deleted tasks
(thanks to Paul Beckingham) (thanks to Paul Beckingham)
- TW-1772 Implementation of circular dependency detection is
inefficient (thanks to Michael Meier).
- Removed deprecated 'alias._query' setting. - Removed deprecated 'alias._query' setting.
------ current release --------------------------- ------ current release ---------------------------