docs: Document TW #1847

This commit is contained in:
Tomas Babej 2021-09-25 18:04:03 -04:00
parent 33cc38ad16
commit 040a894451
2 changed files with 5 additions and 0 deletions

View file

@ -13,6 +13,8 @@
- TW #1840 Countdown (date format) is not working properly
Thanks to Eric Hymowitz for reporting, Sebastian Uharek for
contributing.
- TW #1847 Allow including files relative to $PREFIX/share/
Thanks to Georg Sauthoff for reporting, oxalica for contributing.
- TW #1896 Parser cannot handle empty parentheses
Thanks to Tomas Babej.
- TW #1908 Cannot create task with explicit description 'start ....'

3
NEWS
View file

@ -19,6 +19,9 @@ New Features in Taskwarrior 2.6.0
- Calendar supports highlighting days with scheduled tasks.
- Multi-day holidays are now supported.
- A large portion of currently known parser-related issues was fixed.
- The taskrc file now supports relative paths, which are evaluated with
respect to (a) current directory, (b) taskrc directory and (c) now also the
installation directory of configuration files.
- The currently selected context is now applied for "task add" and "task log"
commands. Section on contexts in the manpage was updated to describe this
functionality.