diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-05-23 03:35:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-23 03:35:09 +0300 |
commit | 3bfc4c2808d7e3ea50fb84780b4c30140114b3b1 (patch) | |
tree | 1d6211c329d804c4abbc7c584a1aa4afe8aee5a7 /CHANGELOG.md | |
parent | c10888b0f09970d5def03f81b109f262b6f0b015 (diff) | |
download | alacritty-3bfc4c2808d7e3ea50fb84780b4c30140114b3b1.tar.gz alacritty-3bfc4c2808d7e3ea50fb84780b4c30140114b3b1.zip |
Don't inherit `--command` for `SpawnNewInstance`
Fixes #6060.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cfd6688..29e3fe95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - The `--help` output was reworked with a new colorful syntax - OSC 52 is now disabled on unfocused windows +- `SpawnNewInstance` no longer inherits initial `--command` ### Fixed |