mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
doc: Document change in semantics for someday/later
This commit is contained in:
parent
7a8ea633f8
commit
16529694eb
2 changed files with 3 additions and 1 deletions
2
NEWS
2
NEWS
|
@ -10,6 +10,8 @@ New Features in Taskwarrior 2.6.0
|
||||||
- Newer Unicode characters, such as emojis are correctly handled and displayed.
|
- Newer Unicode characters, such as emojis are correctly handled and displayed.
|
||||||
Taskwarrior now supports all Unicode characters up to Unicode 11.
|
Taskwarrior now supports all Unicode characters up to Unicode 11.
|
||||||
- Datetime values until year 9999 are now supported.
|
- Datetime values until year 9999 are now supported.
|
||||||
|
- Later/someday named datetime values now resolve to 9999-12-30 (instead of
|
||||||
|
2038-01-18).
|
||||||
|
|
||||||
|
|
||||||
New Commands in Taskwarrior 2.6.0
|
New Commands in Taskwarrior 2.6.0
|
||||||
|
|
|
@ -1084,7 +1084,7 @@ task ... wait:later
|
||||||
.br
|
.br
|
||||||
task ... wait:someday
|
task ... wait:someday
|
||||||
|
|
||||||
This sets the wait date to 1/18/2038.
|
This sets the wait date to 12/30/9999.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
Next occurring weekday
|
Next occurring weekday
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue