NEWS: Correct the Unicode version

The currently supported Unicode character set is actually Unicode 12.
This commit is contained in:
Tomas Babej 2021-09-29 00:59:44 -04:00
parent 7848d25f18
commit 50eb00d542
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@
- TW #2292 CmdEdit: Interruption should remove lock file - TW #2292 CmdEdit: Interruption should remove lock file
Thanks to Martin Michlmayr for reporting, indev12 for contributing. Thanks to Martin Michlmayr for reporting, indev12 for contributing.
- TW #2333 Width determination of Unicode characters now works for up to - TW #2333 Width determination of Unicode characters now works for up to
Unicode 11 (from Unicode 5). Emojis are correctly displayed. Unicode 12 (from Unicode 5). Emojis are correctly displayed.
Thanks to Adam Monsen for reporting. Thanks to Adam Monsen for reporting.
- TW #2373 Year 2038 Problem - TW #2373 Year 2038 Problem
Thanks to Stephan Rieche for reporting. Thanks to Stephan Rieche for reporting.

2
NEWS
View file

@ -8,7 +8,7 @@ New Features in Taskwarrior 2.6.0
allows users to setup their Taskwarrior to follow XDG standard without allows users to setup their Taskwarrior to follow XDG standard without
using config overrides. using config overrides.
- 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 12.
- Datetime values until year 9999 are now supported. - Datetime values until year 9999 are now supported.
Duration values of up to 1 000 000 years are now supported. Duration values of up to 1 000 000 years are now supported.
- 64-bit numeric values (up to 9,223,372,036,854,775,807) are now supported. - 64-bit numeric values (up to 9,223,372,036,854,775,807) are now supported.