From adacb965812099aadbb5fb276030edd755720c5d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 10 Feb 2013 22:39:01 -0500 Subject: [PATCH] Bug #1047 - Fixed bug #1047, which caused extra commas in exported JSON when UDA orphans were present (thanks to Thomas Sullivan). --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8e6dec254..5cdbb9088 100644 --- a/ChangeLog +++ b/ChangeLog @@ -49,6 +49,8 @@ Bugs + Fixed bug #1043, where aliases were not recognized by bash autocompletion. + Fixed bug #1044, where 'task projects' considers newly deleted tasks and provides an incorrect summary. + + Fixed bug #1047, which caused extra commas in exported JSON when UDA orphans + were present (thanks to Thomas Sullivan). + Fixed bug #1048, which segfaulted rather than complain about syntax (thanks to Bryce Harrington, Štěpán Henek). + Fixed bug #1053, where ' characters were not escaped by export-csv.pl (thanks