diff options
author | Christian Duerr <contact@christianduerr.com> | 2025-01-14 06:41:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-14 09:41:35 +0300 |
commit | c9c41e637ac49f3cd67cf0362c596ae9d947f896 (patch) | |
tree | c2f0c7ffe9a06024a07c8826ea83331a59aa7fe4 | |
parent | bc3b7a2c1f4137f3879de6317f24171643c925c9 (diff) | |
download | r-alacritty-c9c41e637ac49f3cd67cf0362c596ae9d947f896.tar.gz r-alacritty-c9c41e637ac49f3cd67cf0362c596ae9d947f896.tar.bz2 r-alacritty-c9c41e637ac49f3cd67cf0362c596ae9d947f896.zip |
Fix OpenGL reset changelog entry
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d4835758..59480b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Error out when socket fails to create with `--daemon` +### Fixed + +- Crash when OpenGL context resets + ## 0.15.0 ### Added @@ -39,7 +43,6 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Report of Enter/Tab/Backspace in kitty keyboard's report event types mode - Crash when pressing certain modifier keys on macOS 15+ - Cut off wide characters in preedit string -- Crash when OpenGL context resets ## 0.14.0 |