diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-07-10 23:41:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-11 02:41:45 +0300 |
commit | 521a58d691c815a739e131f0d02cd602c7d14639 (patch) | |
tree | 268c80dcaf9b36351e13f954eea747d21a682805 /CHANGELOG.md | |
parent | 9ece44e76216861fee14df6c8b635982268d254e (diff) | |
download | alacritty-521a58d691c815a739e131f0d02cd602c7d14639.tar.gz alacritty-521a58d691c815a739e131f0d02cd602c7d14639.zip |
Fix crash when configured font is missing
Fixes #3942.
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 ed7783ed..9175fcad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Cursor color escape ignored when its color is set to inverted in the config - Fontconfig's `autohint` and `hinting` options being ignored - Ingoring of default FreeType properties +- Alacritty crashing at startup when the configured font does not exist ## 0.4.3 |