Updated CHANGELOG.md to reflect new -C/--init-command.

This commit is contained in:
Charles Ferguson 2017-06-29 17:31:55 +01:00 committed by Kurtis Rader
parent cc24485503
commit b48cfbefba

View file

@ -19,6 +19,7 @@
- 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.
---