From bbb0ac3d298ad2da695de42a074a45067c597f69 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 7 Aug 2015 12:11:58 -0400 Subject: [PATCH] TW-1651: Provide opt-out of filter parser's id treatment - Thanks to Daniel Shahaf. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0a102d831..c7cb1796c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -116,6 +116,8 @@ (thanks to Leon Feng). - TW-1647 descriptions that are stringified ids (thanks to Daniel Shahaf). - TW-1648 Typo in Documentation (thanks to Simon W. Jackson). +- TW-1651 Provide opt-out of filter parser's id treatment (thanks to Daniel + Shahaf). - 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.