From edf95478d96fe907fb14d374918260840d48e666 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 30 Nov 2018 19:08:29 +0100 Subject: [PATCH] CHANGELOG: Remove $cmd_duration change We reverted this again. [ci skip] --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1070f1ec..ef34ca45e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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