From 7a8ea633f8d7bbb37c2830967bdfbe3458d7ccda Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Mon, 28 Dec 2020 02:30:54 -0500 Subject: [PATCH] docs: Update NEWS and Changelog with expanded support for Datetime ranges --- ChangeLog | 4 ++++ NEWS | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 05d720157..db30a8131 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ Thanks to Arvedui - TW #2007 Compute number of current tasks correctly Thanks to Janik Rabe +- TW #2017 Support 64-bit datetime values + Thanks to Evgeniy Vasilev - TW #2093 wrong order under projects command Thanks to Beka, mrossinek. - TW #2290 Support moving the config file to XDG_CONFIG_HOME @@ -11,6 +13,8 @@ - TW #2333 Width determination of Unicode characters now works for up to Unicode 11 (from Unicode 5). Emojis are correctly displayed. Thanks to Adam Monsen. +- TW #2373 Year 2038 Problem + Thanks to Stephan Rieche. ------ current release --------------------------- diff --git a/NEWS b/NEWS index 8e3d75fd4..128667f2a 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,7 @@ New Features in Taskwarrior 2.6.0 using config overrides. - Newer Unicode characters, such as emojis are correctly handled and displayed. Taskwarrior now supports all Unicode characters up to Unicode 11. + - Datetime values until year 9999 are now supported. New Commands in Taskwarrior 2.6.0