From a295ddce2d5cf20168324bdaae2012d6ad4f069a Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 7 Sep 2013 12:48:46 -0400 Subject: [PATCH] Feature #1339 - #1339 The configuration file now supports JSON encoding of Unicode characters, by specifying \uNNNN. --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 028c8beec..05574ca77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,8 @@ Features Wim Schuermann). + #1250 Support out-of-tree test runs (thanks to Jakub Wilk). + #1256 Supports default values for UDA fields (thanks to Thomas Sullivan). + + #1339 The configuration file now supports JSON encoding of Unicode + characters, by specifying \uNNNN. + Stores un-synched transactions in /backlog.data. + Adds a new 'synchronize' command to sync data with a task server. + Adds a new 'initialize' synchronize command argument that uploads all pending @@ -34,8 +36,6 @@ Features that are not yet modified. + ColPriority.cpp - Migration of column modification code out of Task.cpp and into the individual column object. - + The configuration file now supports JSON encoding of Unicode characters, by - specifying \uNNNN. + Now requires libuuid (thanks to Martin Natano). + New '_get' is a DOM accessor helper command. + New virtual tags (WEEK, MONTH, YEAR, PARENT).