docs: Add information about waiting status to NEWS

This commit is contained in:
Tomas Babej 2021-08-15 16:49:55 -04:00
parent 54aef35b57
commit 9e67f4f946
2 changed files with 12 additions and 8 deletions

View file

@ -1,12 +1,5 @@
2.6.0 () -
- TW #2554 Waiting is now an entirely "virtual" concept, based on a task's
'wait' property and the current time. This is reflected in the +WAITING
tag, and in the now-deprecated `waiting` status. Please upgrade filters
and other automation to use `+WAITING` or `wait.after:now` instead of
`status:waiting`, as support will be dropped in a future version.
TaskWarrior no longer explicitly "unwaits" a task, so the "unwait' verbosity
token is no longer available.
- TW #1654 "Due" parsing behaviour seems inconsistent
Thanks to Max Rossmannek.
- TW #1788 When deleting recurring task all tasks, including completed tasks,
@ -92,6 +85,9 @@
Thanks to Scott Mcdermott
- TW #2550 Write context skipped if description contains an identifier
Thanks to Sebastian Fricke.
- TW #2554 Remove the waiting state, and consider any task with wait>now to be
waiting
Thanks to Dustin J. Mitchell
------ current release ---------------------------