diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2024-12-21 19:00:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-21 19:00:26 +0300 |
commit | def2d488de558d5a3af18f3c2c78852bb1421764 (patch) | |
tree | 603431b79cd1dce5c558645d2ab9ed29f28accf0 /CHANGELOG.md | |
parent | 8591a9421d0a100af16cd50b4610bc55506fb14f (diff) | |
download | alacritty-def2d488de558d5a3af18f3c2c78852bb1421764.tar.gz alacritty-def2d488de558d5a3af18f3c2c78852bb1421764.zip |
Bump winit to 0.30.6
Fixes #8268.
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 86637383..f2ca2761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,6 +70,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Invalid URL highlights after terminal scrolling - Hollow block cursor not spanning multiple chars being edited inside the IME preview - Vi inline search only working for direct key input without modifiers +- Crash when pressing certain modifier keys on macOS 15+ ## 0.13.2 |