diff options
author | Pavel Roskin <1317472+proski@users.noreply.github.com> | 2023-06-19 11:29:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-19 18:29:17 +0000 |
commit | b9c886872d1202fc9302f68a0bedbb17daa35335 (patch) | |
tree | f1d3840f21f506dc19718272dfd3d06952d94abd /CHANGELOG.md | |
parent | ee938243586ae5482cf26ff238ddc99e66e1d1c4 (diff) | |
download | alacritty-b9c886872d1202fc9302f68a0bedbb17daa35335.tar.gz alacritty-b9c886872d1202fc9302f68a0bedbb17daa35335.zip |
Add support for loading conpty.dll
Co-Authored-By: @fredizzimo
Co-Authored-By: @grueslayer
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 8beb9d59..82407195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Warnings for unused configuration file options - Config option `persist` in `hints` config section +- Support for dynamically loading conpty.dll on Windows ### Changed |