From a519cf59f2d7a4de9685c6e1d6038ae082e1a625 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Tue, 22 Jun 2021 23:54:22 -0400 Subject: [PATCH] docs: Document TW #1804 --- ChangeLog | 3 +++ NEWS | 2 ++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index cbc8a849f..813f887e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ - TW #1788 When deleting recurring task all tasks, including completed tasks, are marked as deleted Thanks to Alan Young. +- TW #1804 Importing malformed annotation (without entry timestamp) causes + segmentation fault. + Thanks to David Badura. - 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 6daa5f986..56aa9f128 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,8 @@ New Features in Taskwarrior 2.6.0 - 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. + - The `task import` command can now accept annotations with missing entry + values. Current time will be assumed. New Commands in Taskwarrior 2.6.0