diff options
author | David Hewitt <1939362+davidhewitt@users.noreply.github.com> | 2021-07-10 16:21:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-10 15:21:19 +0000 |
commit | bdfa52fcd84995dfa955e2d726a9c22f1f9d4bc9 (patch) | |
tree | a800a979b70425a0b3a38a00d9f619f099152bf2 /CHANGELOG.md | |
parent | 8cb1acc27d863942401df80c3acb8b4016ad6083 (diff) | |
download | alacritty-bdfa52fcd84995dfa955e2d726a9c22f1f9d4bc9.tar.gz alacritty-bdfa52fcd84995dfa955e2d726a9c22f1f9d4bc9.zip |
Update mio-anonymous-pipes to 0.2.0
Fixes #5266.
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 bd81bd57..797c0658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Slow PTY read performance with extremely dense grids - Crash when resizing during vi mode - Unintentional text selection range change after leaving vi mode +- Deadlock on Windows during high frequency output ## 0.8.0 |