diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2024-12-21 19:00:26 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-12-22 23:22:32 +0000 |
commit | ccbabc90354c39c45e93a11ddb6352be9fc6178f (patch) | |
tree | 09910c2c9be13f3eaeb144ab2709c62f6ec668b6 /CHANGELOG.md | |
parent | 025a4a84a8c32886810d81d8ad5d1ff744138371 (diff) | |
download | alacritty-ccbabc90354c39c45e93a11ddb6352be9fc6178f.tar.gz alacritty-ccbabc90354c39c45e93a11ddb6352be9fc6178f.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 9b6b971e..0190304e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its - `SemanticRight`/`SemanticLeft` vi motions breaking with wide semantic escape characters - `alacritty migrate` crashing with recursive toml imports - Migrating nonexistent toml import breaking the entire migration +- Crash when pressing certain modifier keys on macOS 15+ ## 0.14.0 |