diff --git a/ChangeLog b/ChangeLog index fdc35f036..07ca4bb1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/NEWS b/NEWS index da984106b..4a150939b 100644 --- a/NEWS +++ b/NEWS @@ -52,6 +52,10 @@ 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. Removed Features in 2.6.0