diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-12-17 15:15:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 15:15:17 +0300 |
commit | 116faba7c607f1b2cb56c390d44b33a52603f642 (patch) | |
tree | 5b84379034e3c8b15e6e7e89c862ddd09a3dc09c /CHANGELOG.md | |
parent | c065c5f2f9c1ab0bf2c2ff27b64f4a4a51542e16 (diff) | |
download | alacritty-116faba7c607f1b2cb56c390d44b33a52603f642.tar.gz alacritty-116faba7c607f1b2cb56c390d44b33a52603f642.zip |
Fix crash due to clipboard not being properly released on Wayland
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 37f208af..7331f435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - PTY not drained to the end with the `--hold` flag enabled - High CPU usage on BSD with live config reload enabled - Alacritty not discarding invalid escape sequences starting with ESC +- Crash due to clipboard not being properly released on Wayland ### Removed |