diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-01-31 17:54:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-31 14:54:02 +0000 |
commit | 15cc07c069b09f109ed18fb94e02e9650be7fa33 (patch) | |
tree | 5d14ad312ab64c4b7bd55fc50d8308bd6c3b1611 /CHANGELOG.md | |
parent | 2ef5e47b8e8591d9df5e3198daad9308b7851343 (diff) | |
download | alacritty-15cc07c069b09f109ed18fb94e02e9650be7fa33.tar.gz alacritty-15cc07c069b09f109ed18fb94e02e9650be7fa33.zip |
Fix handling of OpenType variable fonts
Fixes #3257.
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 7ba99522..202f0779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Crash when using bitmap font with `embeddedbitmap` set to `false` - Inconsistent fontconfig fallback - Backspace deleting characters while IME is open on macOS +- Handling of OpenType variable fonts ### Removed |