diff --git a/ChangeLog b/ChangeLog index 7eb4f623a..284b4cef6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,8 @@ Thanks to Sebastian Uharek - TW #1938 Missing annotation on import if entry is duplicated Thanks to Florian. +- TW #1953 Setting rc.verbose=new-uuid override works only if given as first argument + Thanks to Paul Fenwick for reporting. - TW #1955 Adding tasks in context. Thanks to Jean-Francois Joly, Matt Smith. - TW #1960 Fixed bug with double escaped single quotes. diff --git a/NEWS b/NEWS index 5fe4eba01..775f903df 100644 --- a/NEWS +++ b/NEWS @@ -91,10 +91,11 @@ Fixed regressions in 2.6.0 - The "end of " named dates ('eod', 'eow', ...) were pointing to the first second of the next day, instead of last second of the referenced interval. This was a regression introduced in 2.5.2. - - The rc.verbose:nothing configuration override was applied only if it were - 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 rc.verbose= configuration override was applied only if it were + the first configuration override. In #2247, this manifested itself as + inability to supress footnotes about the overrides, and in #1953 as failure + to force task to display UUIDs of on task add. 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.