mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug Fix - #370
- Task was preventing removal of due date from any task that had a due date, which is wrong. It should be any task with a recur: value and a due date (thanks to John Florian).
This commit is contained in:
parent
73d6e05c0e
commit
5567b04277
3 changed files with 17 additions and 2 deletions
|
@ -77,6 +77,9 @@
|
|||
epoch numbers instead of dates (thanks to Cory Donnelly).
|
||||
+ Fixed bug #369 which prevented the config command from setting quoted or
|
||||
unquoted multi-word values (thanks to Richard Querin).
|
||||
+ Fixed bug #370 which prevented the removal of a due date from a task,
|
||||
mis-identifying the task as recurring just because it had a due date
|
||||
(thanks to John Florian).
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue