mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
docs: Document #2247
This commit is contained in:
parent
9b8cbace45
commit
bf93c28919
2 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
|||
Thanks to Beka, Max Rossmannek.
|
||||
- TW #2101 Numeric UDA values above 2,147,483,647 overflow without warning
|
||||
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
|
||||
Thanks to Julien Rabinow.
|
||||
- TW #2292 CmdEdit: Interruption should remove lock file
|
||||
|
|
4
NEWS
4
NEWS
|
@ -52,6 +52,10 @@ Fixed regressions in 2.6.0
|
|||
- 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
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue