diff options
author | David Hewitt <1939362+davidhewitt@users.noreply.github.com> | 2020-06-02 22:31:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 21:31:06 +0000 |
commit | c102e845cd96dd14fc3ea928eb3c56cf884f8f35 (patch) | |
tree | b65e96339008449f1aa791f97e5691211aaa0053 /CHANGELOG.md | |
parent | 1dacc99183373bffa3ba287aa3241f3b1da67016 (diff) | |
download | alacritty-c102e845cd96dd14fc3ea928eb3c56cf884f8f35.tar.gz alacritty-c102e845cd96dd14fc3ea928eb3c56cf884f8f35.zip |
Add cargo feature for WinPTY
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 f9e59e2f..0f79a688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Option `cursor.thickness` to set terminal cursor thickness - Font fallback on Windows - Support for Fontconfig embolden and matrix options +- Opt-out compilation flag `winpty` to disable WinPTY support ### Changed |