docs: Document #2575 in NEWS and Changelog

This commit is contained in:
Tomas Babej 2021-09-25 15:48:59 -04:00
parent 5516026400
commit 57fba23217
2 changed files with 5 additions and 0 deletions

View file

@ -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

3
NEWS
View file

@ -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 <report>" command will export
the same tasks that "task <report>" prints, and in the same order.
New Commands in Taskwarrior 2.6.0