mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
CHANGELOG: Remove $cmd_duration change
We reverted this again. [ci skip]
This commit is contained in:
parent
42ec4aa2dd
commit
edf95478d9
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ A new feature flags mechanism is added for staging deprecations and breaking cha
|
|||
- `$_` is deprecated and will removed in the future (#813). Use `status current-command` in a command substitution instead.
|
||||
- `^` as a redirection deprecated and will be removed in the future. (#4394). Use `2>` to redirect stderr. This is controlled by the `stderr-nocaret` feature flag.
|
||||
- `?` as a glob is deprecated and will be removed in the future (#4520). This is controlled by the `qmark-noglob` feature flag.
|
||||
- The `CMD_DURATION` variable should be used as `cmd_duration`, although both versions are available for now.
|
||||
|
||||
## Notable fixes and improvements
|
||||
### Syntax changes and new commands
|
||||
|
|
Loading…
Reference in a new issue