From 3708f852c2dc6f5eefb57291fd3684179ce21f15 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Thu, 24 Sep 2015 15:18:47 +0200 Subject: [PATCH] TW-1707: Context can leak into modifications - Thanks to Tomas Babej. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 78488d11e..b5d99ae3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -161,6 +161,7 @@ - TW-1699 Command interpretation displayed incorrectly (thanks to Tomas Babej). - TW-1700 modify tags behavior changed (thanks to David Badura). - TW-1701 Some generated UUIDs deemed invalid (thanks to Wim Schuermann). +- TW-1707 Context can leak into modifications (thanks to Tomas Babej). - 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.