From b4fe3178966592a00e493500cc5d5f5fed123f99 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 14 Aug 2021 17:36:12 -0400 Subject: [PATCH] docs: Document TW #1913 --- ChangeLog | 2 ++ NEWS | 3 +++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 94fe52489..96d191a37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,8 @@ Thanks to Matt Chun-Lum. - TW #1911 Support holidays longer then 1 day Thanks to Daniel Mowitz. +- TW #1913 Project names with dashes and attribute names fail to parse + Thanks to Yanick Champoux. - TW #1938 Missing annotation on import if entry is duplicated Thanks to Florian. - TW #1955 Adding tasks in context. diff --git a/NEWS b/NEWS index 4a150939b..ab900e217 100644 --- a/NEWS +++ b/NEWS @@ -56,6 +56,9 @@ Fixed regressions in 2.6.0 the first configuration override. Otherwise task would by default inform about the other overrides (see #2247). This was a regression introduced in 2.5.2. + - The attribute values of the form "-", for + example "due-nextweek" or "scheduled-work" would fail to parse (see + #1913). This was a regression introduced in 2.5.1. Removed Features in 2.6.0