diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-02-07 16:44:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-07 16:44:11 +0300 |
commit | db9e8d4b975285947c61189cf9564753531ebf5a (patch) | |
tree | ab3ee253497efd8fd5846a06cea9796fd04185f0 /CHANGELOG.md | |
parent | 6832b86aa7a9adb386394e1caaf373e65297be4e (diff) | |
download | alacritty-db9e8d4b975285947c61189cf9564753531ebf5a.tar.gz alacritty-db9e8d4b975285947c61189cf9564753531ebf5a.zip |
Update glutin to v0.23.0
Fixes #3191.
Fixes #3150.
Fixes #1465.
Fixes #1359.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 781c85e2..51072cbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Backspace deleting characters while IME is open on macOS - Handling of OpenType variable fonts - Expansion of block-selection on partially selected full-width glyphs +- Minimize action only works with decorations on macOS +- Window permanently vanishing after hiding on macOS +- Modifier key combinations like `Ctrl + Q` not generating characters on macOS ### Removed |