aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-02-07 16:44:11 +0300
committerGitHub <noreply@github.com>2020-02-07 16:44:11 +0300
commitdb9e8d4b975285947c61189cf9564753531ebf5a (patch)
treeab3ee253497efd8fd5846a06cea9796fd04185f0 /CHANGELOG.md
parent6832b86aa7a9adb386394e1caaf373e65297be4e (diff)
downloadalacritty-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.md3
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