From dc5e925b438a0d16ec97f4f94a17b48e5ec50b4a Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 3 Jul 2021 10:29:10 -0400 Subject: [PATCH] docs: Document TW #2519 --- ChangeLog | 3 +++ NEWS | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 990e907fb..fa048cbae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -67,6 +67,9 @@ Thanks to heinrichat. - TW #2514 Duration values can be mis-reported in the task info output Thanks to reportaman. +- TW #2519 Named date eod should be last minute of today and not first of + tomorrow. + Thanks to Pablo Vizcay. ------ current release --------------------------- diff --git a/NEWS b/NEWS index 56aa9f128..1c5c4e817 100644 --- a/NEWS +++ b/NEWS @@ -42,6 +42,12 @@ Newly Deprecated Features in Taskwarrior 2.6.0 - The 'PARENT' and 'CHILD' virtual tags are replaced by 'TEMPLATE' and 'INSTANCE'. +Fixed regressions in 2.6.0 + + - The "end of " named dates ('eod', 'eow', ...) were pointing to the + first second of the next day, instead of last second of the referenced + interval. This was a regression introduced in 2.5.2. + Removed Features in 2.6.0 -