docs: Document #2247

This commit is contained in:
Tomas Babej 2021-07-31 13:17:35 -04:00
parent 9b8cbace45
commit bf93c28919
2 changed files with 6 additions and 0 deletions

View file

@ -32,6 +32,8 @@
Thanks to Beka, Max Rossmannek. Thanks to Beka, Max Rossmannek.
- TW #2101 Numeric UDA values above 2,147,483,647 overflow without warning - TW #2101 Numeric UDA values above 2,147,483,647 overflow without warning
Thanks to Adam Monsen. Thanks to Adam Monsen.
- TW #2247 Configuration override rc.verbose:off not respected
Thanks to Vignesh Prabhu.
- TW #2290 Support moving the config file to XDG_CONFIG_HOME - TW #2290 Support moving the config file to XDG_CONFIG_HOME
Thanks to Julien Rabinow. Thanks to Julien Rabinow.
- TW #2292 CmdEdit: Interruption should remove lock file - TW #2292 CmdEdit: Interruption should remove lock file

4
NEWS
View file

@ -52,6 +52,10 @@ 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 first configuration override. Otherwise task would by default inform
about the other overrides (see #2247). This was a regression introduced in
2.5.2.
Removed Features in 2.6.0 Removed Features in 2.6.0