From 040a89445144f25dc050ef953ef8c4703534b772 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 25 Sep 2021 18:04:03 -0400 Subject: [PATCH] docs: Document TW #1847 --- ChangeLog | 2 ++ NEWS | 3 +++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 284b4cef6..882ea2e06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 ....' diff --git a/NEWS b/NEWS index 775f903df..875ccf68f 100644 --- a/NEWS +++ b/NEWS @@ -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.