diff options
author | Mateusz MikuĊa <mati865@users.noreply.github.com> | 2020-09-01 00:30:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-31 22:30:45 +0000 |
commit | 5ee7ae8a274fcc58754aa5a91a14b1dedbb87583 (patch) | |
tree | 7d122c18517b119d8a4b3b99c337df4b889e5682 /CHANGELOG.md | |
parent | b39c791649e6d7409ad287741cfef962738c0fd4 (diff) | |
download | alacritty-5ee7ae8a274fcc58754aa5a91a14b1dedbb87583.tar.gz alacritty-5ee7ae8a274fcc58754aa5a91a14b1dedbb87583.zip |
Disable WinPTY with windows-gnu toolchain
Co-authored-by: Christian Duerr <contact@christianduerr.com>
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 a9f09c9b..4e84ec91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Minimum Rust version has been bumped to 1.43.0 - The snapcraft.yaml file has been removed - Updated `setab`/`setaf` capabilities in `alacritty-direct` to use colons +- WinPTY is now enabled only when targeting MSVC ### Added |