From e97c27c177a1c8d93100ff758e58849fc3d13210 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 22 Jan 2019 21:54:17 +0100 Subject: [PATCH] CHANGELOG: Remove erroneous second "set --show" entry This was added in 2.7.0 (confirmed by checking the tag), and it already has an entry there, so the second entry in 3.0.0 is wrong. [ci skip] --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 134c43729..47413cdec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -109,7 +109,6 @@ A new feature flags mechanism is added for staging deprecations and breaking cha - `read` writes directly to stdout if called without arguments (#4407). - `read` can now read individual lines into separate variables without consuming the input in its entirety via the new `/--line` option. - `set` has new `--append` and `--prepend` options (#1326). -- `set` has a new `--show` option to show lots of information about variables (#4265). - `string match` with an empty pattern and `--entire` in glob mode now matches everything instead of nothing (#4971). - `string split` supports a new `--no-empty` option to exclude empty strings from the result (#4779). - `string` has new subcommands `split0` and `join0` for working with NUL-delimited output.