From 1b40c802c22cd654c0fb0504acd2898e79c67bd2 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 16 Jan 2017 20:05:08 -0500 Subject: [PATCH] TW-1861: Truncated description when adding annotation - Thanks to eezewaek. --- AUTHORS | 1 + ChangeLog | 2 ++ 2 files changed, 3 insertions(+) diff --git a/AUTHORS b/AUTHORS index ea75e7b04..e4c8c2f7f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -308,3 +308,4 @@ suggestions: eldios Eli Sergey Trofimov + eezewaek diff --git a/ChangeLog b/ChangeLog index d4228762f..8766c4864 100644 --- a/ChangeLog +++ b/ChangeLog @@ -43,6 +43,8 @@ - TW‐1858 Change signature for dependencyGetBlocked - TW-1859 Change signature of Task::getTags - TW-1860 Change signature of Task::getAnnotations +- TW-1861 Truncated description when adding annotation + (thanks to eezewaek). - TW-1873 Specify different path to extensions/hooks directory (thanks to Eli). - TW-1878 uuids subcommand produces a space-delimited list, not comma-delimited