From 7e78157c743e2919615d4bedb6a982ed015d6c10 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 1 Sep 2015 20:19:59 -0400 Subject: [PATCH] TW-1375: Use of ^ in regex parsed as exponentiate operator - Thanks to lolilolicon. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 450c389c9..846c6b6d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,8 @@ (thanks to Onion). - TW-1344 Filter due:yyyy-mm-dd is failing to display daily recurring tasks if there is deleted task in the series.(thanks to Svetoslav Trochev). +- TW-1375 Use of ^ in regex parsed as exponentiate operator (thanks to + lolilolicon). - TW-1389 tw will import same UUID n-times if part of same import (thanks to Markus Beppler). - TW-1419 On add '-tag' is considered a tag removal, which makes no sense.