diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-05-16 03:03:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-16 03:03:11 +0300 |
commit | 0b32cfbb5936ab552a7cde3c8b4b57b07bfcaa23 (patch) | |
tree | 55cf1f17fb71208f536c355951d93f0a940707b3 /CHANGELOG.md | |
parent | 828fdab7470c8d16d2edbe2cec919169524cb2bb (diff) | |
download | alacritty-0b32cfbb5936ab552a7cde3c8b4b57b07bfcaa23.tar.gz alacritty-0b32cfbb5936ab552a7cde3c8b4b57b07bfcaa23.zip |
Update glutin to 0.30.8 and winit to 0.28.6
Fixes #6920.
Fixes #6824.
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 b335bc4d..946920e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Selection on last line not updating correctly on resize - Keyboard input not working on macOS with some IMEs like Fig.io - Very long startup times on Wayland systems with broken xdg-portal setup. +- Error on startup with `GLX` when using old mesa platforms ## 0.12.0 |