diff options
author | David Hewitt <1939362+davidhewitt@users.noreply.github.com> | 2019-12-12 15:01:23 +0000 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-12-12 16:01:23 +0100 |
commit | 6deb274b8283b1d5afe0666d21d6093c89a0835d (patch) | |
tree | 9176379f26570d05daf4ca0508358c1d31cb3d3c /CHANGELOG.md | |
parent | 4d3f6de41a4bb999c8941cab2962a2cb5fb91393 (diff) | |
download | alacritty-6deb274b8283b1d5afe0666d21d6093c89a0835d.tar.gz alacritty-6deb274b8283b1d5afe0666d21d6093c89a0835d.zip |
Fix deadlock when closing on Windows using Conpty
Fixes #3042.
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 3bd9f84d..10b341fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Minimize on windows causing layout issues - Performance bottleneck when clearing colored rows - Vague startup crash messages on Windows with WinPTY backend +- Deadlock on Windows when closing Alacritty using the title bar "X" button (ConPTY backend) ## 0.4.0 |