summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRohan Poojary <rohanrp23@gmail.com>2020-09-06 21:08:49 +0530
committerGitHub <noreply@github.com>2020-09-06 15:38:49 +0000
commit1bf40a8cc77d9082dfb76e028e0f66af88d79958 (patch)
treece749ba8df89e8645b6184ee16827c3a0bd4b797 /CHANGELOG.md
parent5ee7ae8a274fcc58754aa5a91a14b1dedbb87583 (diff)
downloadalacritty-1bf40a8cc77d9082dfb76e028e0f66af88d79958.tar.gz
alacritty-1bf40a8cc77d9082dfb76e028e0f66af88d79958.zip
Pass existing CLI parameters to SpawnNewInstance
Co-authored-by: Christian Duerr <contact@christianduerr.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e84ec91..b8e4b224 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,6 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fallback to normal underline for unsupported underline types in `CSI 4 : ? m` escapes
- The user's background color is now used as the foreground for the render timer
- Use yellow/red from the config for error and warning messages instead of fixed colors
+- Existing CLI parameters are now passed to instances spawned using `SpawnNewInstance`
### Fixed