summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Hewitt <1939362+davidhewitt@users.noreply.github.com>2019-02-21 09:28:33 +0000
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-02-21 09:28:33 +0000
commit14e3a0ae5aacb2324d49f995ab6a44ac5c799b2c (patch)
treed6e12200d46b333a89fae34f7ed455a308de524f /CHANGELOG.md
parent66b3f4c877fd7389c5f16c66240e9bf6ea4d596a (diff)
downloadalacritty-14e3a0ae5aacb2324d49f995ab6a44ac5c799b2c.tar.gz
alacritty-14e3a0ae5aacb2324d49f995ab6a44ac5c799b2c.zip
Fix panic on exit with ConPTY
Even though the `ClosePseudoConsole` API does not have a return value, it was incorrectly queried by the `Drop` implementation for the ConPTY, leading to a panic on exit. The definition of this call has been updated to match the actual function signatures, which resolve this problem.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3288d992..fd3b0e28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [Unreleased]
+
+### Fixed
+
+- Fix panic which could occur when quitting Alacritty on Windows if using the Conpty backend
+
## Version 0.2.9
### Changed