summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-01-29 22:41:15 +0000
committerGitHub <noreply@github.com>2021-01-29 22:41:15 +0000
commit73759da0f52f7186181f7284a4c9cb9db0798d59 (patch)
treef8755ed3d22583b2eaab9c994e5ccc48540e1fde /CHANGELOG.md
parentcb46f0e1ac3baf54b15951762bdf8ffaa38d36c3 (diff)
downloadalacritty-73759da0f52f7186181f7284a4c9cb9db0798d59.tar.gz
alacritty-73759da0f52f7186181f7284a4c9cb9db0798d59.zip
Fix segmentation fault on shutdown with Wayland
Fixes #4702.
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 d31bf64c..68b8a16c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- Crash due to assertion failure on 32-bit architectures
+- Segmentation fault on shutdown with Wayland
### Removed