From 6a7f7b4c1cdedd3604e4373633d1a7223d16fda4 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 27 Aug 2015 23:03:08 -0400 Subject: [PATCH] TW-1675: project.not:something doesn't exclude project:something.subprojects - Thanks to Ander. --- AUTHORS | 1 + ChangeLog | 2 ++ 2 files changed, 3 insertions(+) diff --git a/AUTHORS b/AUTHORS index 168fdea00..a2a882a80 100644 --- a/AUTHORS +++ b/AUTHORS @@ -271,3 +271,4 @@ suggestions: Michale Meier Svetoslav Trochev Marc Cornellà + Ander diff --git a/ChangeLog b/ChangeLog index 89d8f5df5..53b7ec7e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -127,6 +127,8 @@ to Daniel Shahaf). - TW-1664 Notify of waiting→pending promotion (thanks to Daniel Shahaf). - TW-1666 import should reject invalid data (thanks to Daniel Shahaf). +- TW-1675 project.not:something doesn't exclude project:something.subprojects + (thanks to Ander). - Prevent potential task duplication during import for non-pending tasks. - Show the active context in "context list", if any is active. - Fix "task edit" dropping annotation text after newlines.