diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-11 08:41:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-11 08:41:20 +0000 |
commit | aac62ce5acd2ef4d05a54bc13b7cf30c30f129b2 (patch) | |
tree | a0d2403557343773dc72da81fb8a8d4f566a38d7 /CHANGELOG.md | |
parent | 3478676f8f7ec6817b1e17d09926fc35a507977a (diff) | |
download | alacritty-aac62ce5acd2ef4d05a54bc13b7cf30c30f129b2.tar.gz alacritty-aac62ce5acd2ef4d05a54bc13b7cf30c30f129b2.zip |
Fix macos subprocess execution
This fixes the execution of subprocesses on macOS which could sometimes
prevent actions like `SpawnNewProcess` or custom commands from launching
their processes correctly.
This fixes #2259.
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 c4cb8793..7624faf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Reset scrolling region when the RIS escape sequence is received +- Subprocess spawning on macos ## Version 0.3.0 |