From 95a3c5a2b3f7500e806b94b7fd2ab7f8fbd102cf Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 19 Jul 2015 23:47:36 -0400 Subject: [PATCH] TW-1466: UDA with type duration is stored as text/string - Thanks to Thomas Sullivan. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index a23d8b90a..f1712c5b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,6 +23,8 @@ (thanks to Tomas Babej). - TW-1456 Filter parser does not always handle multiple arguments bundled into one with apostrophes (thanks to Tomas Babej). +- TW-1466 UDA with type duration is stored as text/string (thanks to Thomas + Sullivan). - TW-1475 task config expands values with unnecessary spaces (thanks to Tomas Babej). - TW-1479 Task arguments not properly parsed if they contain a space (thanks to