Code Cleanup

- The 'diagnostics' command no longer generates 1000 UUIDs as a uniqueness
  test, because libuuid is now mandatory.
This commit is contained in:
Paul Beckingham
2013-09-10 23:16:03 -04:00
parent 89d1bfefe3
commit f7a6d07d71
2 changed files with 2 additions and 18 deletions

2
NEWS
View File

@@ -32,6 +32,8 @@ Newly deprecated features in taskwarrior 2.3.0
- The 'push', 'pull' and 'merge' commands will be removed in a subsequent
release. The new 'sync' command, in conjunction with the Task Server is the
new sync mechanism.
- The 'diagnostics' command no longer generates 1000 UUIDs as a uniqueness
test, because libuuid is now mandatory.
---