docs: Document #1953

This commit is contained in:
Tomas Babej 2021-09-25 17:43:43 -04:00
parent 04966702fb
commit 33cc38ad16
2 changed files with 7 additions and 4 deletions

View file

@ -27,6 +27,8 @@
Thanks to Sebastian Uharek Thanks to Sebastian Uharek
- TW #1938 Missing annotation on import if entry is duplicated - TW #1938 Missing annotation on import if entry is duplicated
Thanks to Florian. 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. - TW #1955 Adding tasks in context.
Thanks to Jean-Francois Joly, Matt Smith. Thanks to Jean-Francois Joly, Matt Smith.
- TW #1960 Fixed bug with double escaped single quotes. - TW #1960 Fixed bug with double escaped single quotes.

9
NEWS
View file

@ -91,10 +91,11 @@ Fixed regressions in 2.6.0
- The "end of <date>" named dates ('eod', 'eow', ...) were pointing to the - The "end of <date>" named dates ('eod', 'eow', ...) were pointing to the
first second of the next day, instead of last second of the referenced first second of the next day, instead of last second of the referenced
interval. This was a regression introduced in 2.5.2. interval. This was a regression introduced in 2.5.2.
- The rc.verbose:nothing configuration override was applied only if it were - The rc.verbose=<value> configuration override was applied only if it were
the first configuration override. Otherwise task would by default inform the first configuration override. In #2247, this manifested itself as
about the other overrides (see #2247). This was a regression introduced in inability to supress footnotes about the overrides, and in #1953 as failure
2.5.2. 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 "<attribute name>-<arbitrary string>", for - The attribute values of the form "<attribute name>-<arbitrary string>", for
example "due-nextweek" or "scheduled-work" would fail to parse (see example "due-nextweek" or "scheduled-work" would fail to parse (see
#1913). This was a regression introduced in 2.5.1. #1913). This was a regression introduced in 2.5.1.