aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2024-02-03 07:58:56 +0400
committerGitHub <noreply@github.com>2024-02-03 07:58:56 +0400
commit2a50076f4ca7153972d2e792f576874965568441 (patch)
tree948b6354bead6e2f2a85215da2623bf5a18b4107 /CHANGELOG.md
parent2d2b894c3b869fadc78fce9d72cb5c8d2b764cac (diff)
downloadalacritty-2a50076f4ca7153972d2e792f576874965568441.tar.gz
alacritty-2a50076f4ca7153972d2e792f576874965568441.zip
Fix hang on startup with some Wayland compositors
Fixes #7665.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5473813c..7ac53941 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- CLI env variables clearing configuration file variables
- Vi inline search/semantic selection expanding across newlines
- C0 and C1 codes being emitted in associated text when using kitty keyboard
+- Occasional hang on startup with some Wayland compositors
### Changed