docs: Deprecate 'new-uuid' verbosity token

This commit is contained in:
Tomas Babej 2015-09-20 09:16:23 -04:00 committed by Paul Beckingham
parent 646863db16
commit 0d8817369e
2 changed files with 4 additions and 1 deletions

2
NEWS
View file

@ -34,6 +34,8 @@ Newly Deprecated Features in Taskwarrior 2.5.0
- The '_ids', '_projects', '_tags', '_uuids' helper commands are deprecated, - The '_ids', '_projects', '_tags', '_uuids' helper commands are deprecated,
and replaced by the new '_unique' helper command. and replaced by the new '_unique' helper command.
- Comma-separated ID lists are deprecated. - Comma-separated ID lists are deprecated.
- The 'new-uuid' verbosity token is deprecated. Its functionality will
be merged with the 'new-id' verbosity token.
Removed Features in 2.5.0 Removed Features in 2.5.0

View file

@ -267,7 +267,8 @@ control specific occasions when output is generated. This list may contain:
footnote Messages that appear after report output footnote Messages that appear after report output
label Column labels on tabular reports label Column labels on tabular reports
new-id Provides feedback of any new task IDs new-id Provides feedback of any new task IDs
new-uuid Provides feedback of any new task UUIDs new-uuid Provides feedback of any new task UUIDs. Deprecated, to be
merged with new-id.
affected Reports 'N tasks affected' and similar affected Reports 'N tasks affected' and similar
edit Used the verbose template for the 'edit' command edit Used the verbose template for the 'edit' command
special Feedback when applying special tags special Feedback when applying special tags