diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-10-26 23:04:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 23:04:35 +0300 |
commit | 578e08486dfcdee0b2cd0e7a66752ff50edc46b8 (patch) | |
tree | 16c9a6e306cda113af75d9bec14e6b31299aa8bc /CHANGELOG.md | |
parent | 2a2d38fcaa0c98262885681b901d67fea231bc50 (diff) | |
download | alacritty-578e08486dfcdee0b2cd0e7a66752ff50edc46b8.tar.gz alacritty-578e08486dfcdee0b2cd0e7a66752ff50edc46b8.zip |
Update winit to 0.27.5
Fixes #6396.
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 fc0bcc33..2bc9fe55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Dotted underline not shown on macOS - Underline on macOS always being at the bottom of the cell - Crash with `OT-SVG` fonts on Linux/BSD +- Crash during text compose on old GNOME under Wayland ## 0.11.0 |