diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-02-28 01:02:34 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-28 01:02:34 +0300 |
commit | e3f095ca96c4e42ae0c86411dd92c3cb8d7a9072 (patch) | |
tree | 052f5004f199c05f4a11de63f8429b5ae022171d /CHANGELOG.md | |
parent | 223f8dcfd00447a4105c3cfb287dfa6301a43c56 (diff) | |
download | alacritty-e3f095ca96c4e42ae0c86411dd92c3cb8d7a9072.tar.gz alacritty-e3f095ca96c4e42ae0c86411dd92c3cb8d7a9072.zip |
Fix crash on Wayland compositors with `wl_seat` version 7+
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 14d21186..6a6975a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Block selection appending duplicate newlines when last column is selected - Bitmap fonts being a bit smaller than they should be in some cases - Config reload creating alternate screen history instead of updating scrollback +- Crash on Wayland compositors supporting `wl_seat` version 7+ ### Removed |