From 2b2057a56bc9a1a613972faefe191ae963be0b55 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Thu, 3 Aug 2017 19:01:12 -0700 Subject: [PATCH] update changelog re `set --show` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 507adce9b..038c4d873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - Implement a `cdh` (change directory using recent history) command to provide a more friendly alternative to prevd/nextd and pushd/popd (#2847). - `command` now supports a `-a` flag to report all directories with the command. This means that `which -a $cmd` is no longer necessary (#2778). - `--init-command`/`-C` added to the command line switches, to allow execution of commands before starting the interactive shell (#4164). +- `set` has a new `--show` option to show lots of information about variables (#4265). ## Other significant changes