mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
CHANGELOG: Remove $cmd_duration change
We reverted this again. [ci skip]
This commit is contained in:
parent
42ec4aa2dd
commit
edf95478d9
|
@ -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.
|
- `$_` 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 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.
|
- `?` 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
|
## Notable fixes and improvements
|
||||||
### Syntax changes and new commands
|
### Syntax changes and new commands
|
||||||
|
|
Loading…
Reference in New Issue
Block a user