Documentation

- Updated NEWS file to include new config setting.
- Updated 'show' command so it knows about the new setting.
This commit is contained in:
Paul Beckingham
2013-01-01 10:13:09 -05:00
parent d7c225c87b
commit 650c6cf6bb
2 changed files with 2 additions and 0 deletions

1
NEWS
View File

@@ -19,6 +19,7 @@ New commands in taskwarrior 2.2.0
New configuration options in taskwarrior 2.2.0
- New color rule 'color.uda.<uda-name>'.
+ Added the configuration variable 'print.empty.columns'.
Newly deprecated features in taskwarrior 2.2.0

View File

@@ -173,6 +173,7 @@ int CmdShow::execute (std::string& output)
" monthsperline"
" nag"
" patterns"
" print.empty.columns"
" pull.default.uri"
" push.default.uri"
" recurrence.indicator"