From d95b64c5a008db7fd74a8d41423ed1cc33335638 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 3 Apr 2021 14:41:35 -0400 Subject: [PATCH] docs: Add info about writeable contexts to NEWS --- NEWS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c17a9b86b..d88e2b6df 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,9 @@ New Features in Taskwarrior 2.6.0 - Calendar now supports displaying due dates until year 9999. - Calendar now displays waiting tasks with due dates on the calendar. - A large portion of currently known parser-related issues was fixed. + - 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. New Commands in Taskwarrior 2.6.0 @@ -25,7 +28,10 @@ New Commands in Taskwarrior 2.6.0 New Configuration Options in Taskwarrior 2.6.0 - - + - The context definitions for reporting commmands are now stored in + "context..read". Context definitions for write commands are now + supported using "context..write" configuration variable. + Newly Deprecated Features in Taskwarrior 2.6.0