Verbosity

- Deprecated 'rc.edit.verbose'.
- Added support for verbosity token 'edit'.
- Updated documentation.
This commit is contained in:
Paul Beckingham 2011-10-01 11:34:05 -04:00
parent 8ccce069d9
commit 160c9708a5
6 changed files with 12 additions and 6 deletions

5
NEWS
View file

@ -70,7 +70,10 @@ Newly deprecated features in taskwarrior 2.0.0
- The 'next' configuration variable has been removed.
- Use of 'fg:' and 'bg:' attributes are deprecated.
- Use of 'echo.command' configuration variable.
- Use of 'echo.command' configuration variable. Use verbosity token
'affected' instead.
- Use of 'edit.verbose' configuration variable. Use verbosity token 'edit'
instead.
---