From 57fba232178d9f2509936baf7b138dcd19ea036b Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 25 Sep 2021 15:48:59 -0400 Subject: [PATCH] docs: Document #2575 in NEWS and Changelog --- ChangeLog | 2 ++ NEWS | 3 +++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4526bfa0d..493b8bb1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -105,6 +105,8 @@ - TW #2569 The `json.depends.array` configuration option is now ignored. Dependencies are always represented as an array in JSON output. Thanks to Dustin J. Mitchell +- TW #2575 Support exporting given report as JSON, including sort order + Thanks to Dheepak Krishnamurthy for contributing. - TW #2580 Importing malformed JSON task crashes TW Thanks to bharatvaj. - TW #2581 Config entry with a trailing comment cannot be modified diff --git a/NEWS b/NEWS index 929d17c3c..2ea4c8aa8 100644 --- a/NEWS +++ b/NEWS @@ -41,6 +41,9 @@ New Features in Taskwarrior 2.6.0 even if columns contain long strings (like URLs). - The nag message is emitted at most once per task command, even with bulk operations. + - The export command now takes an optional argument that references an + existing report. As such, "task export " command will export + the same tasks that "task " prints, and in the same order. New Commands in Taskwarrior 2.6.0