From 875a9c4c2e60e1fc023e393101758491ef49e294 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Mon, 10 Jul 2017 20:59:42 -0700 Subject: [PATCH] properly document `--init-command` addition --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0a189830..534e45193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Read history is now controlled by the `FISH_HISTORY` variable rather than the `--mode-name` flag (#1504). - 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). ## Other significant changes @@ -26,7 +27,6 @@ - Added completions for: - `as` (#4130). - `jest` (#4142). -- `--init-command`/`-C` added to the command line switches, to allow execution of commands before starting the interactive shell. ---