- The configuration file now supports JSON encoding of Unicode characters, by
  specifying \uNNNN.
This commit is contained in:
Paul Beckingham 2013-08-18 00:00:46 -04:00
parent 67f20d96bc
commit 74bbd6cefe
5 changed files with 12 additions and 5 deletions

View file

@ -32,6 +32,8 @@ 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).
Bugs