Config: Make json.array default to "on"

- This makes the default "export" output work out of the box with most
  JSON parsing libraries.
This commit is contained in:
Wilhelm Schuermann
2015-07-03 23:38:14 +02:00
parent e516f2bf65
commit c1a0370daa
6 changed files with 14 additions and 7 deletions

View File

@@ -25,6 +25,8 @@
- Enable "task sync" support by default. "cmake -DENABLE_SYNC=OFF" allows
disabling it and building Taskwarrior without libgnutls available.
- An attempt to add or remove a virtual tag is now an error (thanks to Scott M).
- json.array now defaults to "on", making "export" output a JSON array that
can be parsed by most JSON libraries without changes.
------ current release ---------------------------