diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-05-16 03:03:11 +0300 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2023-05-16 04:16:27 +0300 |
commit | 3108154f42115487adbfc860f608ee970b132ef6 (patch) | |
tree | 92f739113c19b9378e3d9a6643d8f916518fa49c /CHANGELOG.md | |
parent | 9592cbd33e321bc347ec6cff49423e2f93f1c203 (diff) | |
download | alacritty-3108154f42115487adbfc860f608ee970b132ef6.tar.gz alacritty-3108154f42115487adbfc860f608ee970b132ef6.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 19664d90..276d2262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,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 |