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. - TW #2569 The `json.depends.array` configuration option is now ignored.
Dependencies are always represented as an array in JSON output. Dependencies are always represented as an array in JSON output.
Thanks to Dustin J. Mitchell 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 - TW #2580 Importing malformed JSON task crashes TW
Thanks to bharatvaj. Thanks to bharatvaj.
- TW #2581 Config entry with a trailing comment cannot be modified - 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). even if columns contain long strings (like URLs).
- The nag message is emitted at most once per task command, even with bulk - The nag message is emitted at most once per task command, even with bulk
operations. 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 New Commands in Taskwarrior 2.6.0