diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-12-31 05:21:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-31 05:21:23 +0000 |
commit | d0301ef655e7cb5631e4492039a386d28d0c49fb (patch) | |
tree | 4adcacb97d688e3fbeb78fd05fca2306a7560f01 /CHANGELOG.md | |
parent | 0790605adfba6231db82c74070a2530ab862fbfa (diff) | |
download | alacritty-d0301ef655e7cb5631e4492039a386d28d0c49fb.tar.gz alacritty-d0301ef655e7cb5631e4492039a386d28d0c49fb.zip |
Fix Wayland crash due to fontconfig
Fixes #4591.
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 f367308f..1a0d36e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Underline cursor being obscured by underline - Cursor not being rendered with a lot of unicode glyphs visible - IME input swallowed after triggering a key binding +- Crash on Wayland due to non-standard fontconfig configuration ### Removed |