diff --git a/ChangeLog b/ChangeLog index 480d43352..7de61b887 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,8 @@ Thanks to JavaZauber - TW #2093 wrong order under projects command Thanks to Beka, mrossinek. +- TW #2101 Numeric UDA values above 2,147,483,647 overflow without warning + Thanks to Adam Monsen. - TW #2290 Support moving the config file to XDG_CONFIG_HOME Thanks to Julien Rabinow. - TW #2333 Width determination of Unicode characters now works for up to diff --git a/NEWS b/NEWS index 27905726c..9e0a9990e 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,7 @@ New Features in Taskwarrior 2.6.0 - 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. + - 64-bit numeric values (up to 9,223,372,036,854,775,807) are now supported. - Later/someday named datetime values now resolve to 9999-12-30 (instead of 2038-01-18).