diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-05-04 21:17:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 21:17:37 +0300 |
commit | 934d6a2dd7f3a67f046a1a17da54b58de677a81e (patch) | |
tree | 7f559dcb7e701f3d403e35c1ae6677d495d7f8f3 /CHANGELOG.md | |
parent | ead65221ebe06ff5689e65b866d735d4365d0e9e (diff) | |
download | alacritty-934d6a2dd7f3a67f046a1a17da54b58de677a81e.tar.gz alacritty-934d6a2dd7f3a67f046a1a17da54b58de677a81e.zip |
Bump winit to 0.28.4
Fixes #6817.
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 8288b589..3525cfa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Character `;` inside the `URI` in `OSC 8` sequence breaking the URI - Selection on last line not updating correctly on resize +- Keyboard input not working on macOS with some IMEs like Fig.io ## 0.12.0 |