diff options
author | Carlos Tuñón <camotubi@gmail.com> | 2019-01-19 08:45:45 -0500 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-01-19 13:45:45 +0000 |
commit | 09003f6c30c37cbebc39cc64b8246dfa720ea012 (patch) | |
tree | 84b4d8a6bf20db51f39d513ab0cdb54f087264e2 /CHANGELOG.md | |
parent | 8b155960708a0ff551c5fc8ec65d2c3c6d12e1da (diff) | |
download | alacritty-09003f6c30c37cbebc39cc64b8246dfa720ea012.tar.gz alacritty-09003f6c30c37cbebc39cc64b8246dfa720ea012.zip |
Fix crash on macOS and BSD with SpawnNewInstance action
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 cc247c79..714c6077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Prevent Alacritty from crashing when started on a system without any free space - Resolve issue with high CPU usage after moving Alacritty between displays - Characters will no longer be deleted when using ncurses with the hard tab optimization +- Crash on non-linux operating systems when using the `SpawnNewInstance` action ## Version 0.2.5 |