- Fixed bug that caused the 'done' command to always exit with a non-zero
  status (thanks to Steve Rader).
This commit is contained in:
Paul Beckingham
2011-01-09 21:25:09 -05:00
parent 914626e2b2
commit 1d8a60a9ba
3 changed files with 5 additions and 1 deletions

2
NEWS
View File

@@ -11,7 +11,7 @@ New Features in taskwarrior 1.9.4
- The first month in the calendar report can now be changed with an offset
value.
- No more dependency on ncurses.
- New '_query helper command for script writers, which accepts a filter like
- New '_query' helper command for script writers, which accepts a filter like
any other report, but returns unformatted JSON.
- Assorted bug fixes.