doc: Document TW #2101

This commit is contained in:
Tomas Babej 2021-01-02 03:01:33 -05:00
parent 9017cd6e53
commit 620461766e
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5
2 changed files with 3 additions and 0 deletions

View file

@ -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

1
NEWS
View file

@ -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).