From 04966702fba51ce1e6eb806f1598c2e846a56726 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 25 Sep 2021 17:28:23 -0400 Subject: [PATCH] docs: Document TW #2163 --- ChangeLog | 2 ++ NEWS | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0f9b4845c..7eb4f623a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -48,6 +48,8 @@ Thanks to Adam Monsen. - TW #2136 Configuration options can be overwritten for current context Thanks to Sebastian Uharek +- TW #2163 Nagging computation should be based on the urgency before completion + Thanks to korrat for contributing. - TW #2208 Support highlighting dates with scheduled tasks in calendar Thanks to justf0rfun for suggesting, Sebastian Uharek for contributing. diff --git a/NEWS b/NEWS index be5ad8e6f..5fe4eba01 100644 --- a/NEWS +++ b/NEWS @@ -41,7 +41,8 @@ New Features in Taskwarrior 2.6.0 - Taskwarrior can now handle displaying tasks in windows with limited width, even if columns contain long strings (like URLs). - The nag message is emitted at most once per task command, even with bulk - operations. + operations. Additionally, the urgency of the task considered is taken + before the completion, not after. - 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.