diff options
author | Roman Holovin <danteek@gmail.com> | 2019-07-24 00:21:11 +0300 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-07-23 21:21:11 +0000 |
commit | f49350fd5bb767ed3b6f076ce562d01b86e8aae0 (patch) | |
tree | 4d454192768c50fc8d17b4fb33f856d8335b0203 /CHANGELOG.md | |
parent | a23b372f34c58710678b888addcda2e3b7d45111 (diff) | |
download | alacritty-f49350fd5bb767ed3b6f076ce562d01b86e8aae0.tar.gz alacritty-f49350fd5bb767ed3b6f076ce562d01b86e8aae0.zip |
Respect fontconfig's embeddedbitmap setting
Fixes #2655.
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 ac9d857b..c29518ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Debug ref tests are now written to disk regardless of shutdown method - Cursor color setting with escape sequence - Override default bindings with subset terminal mode match +- On Linux, respect fontconfig's `embeddedbitmap` configuration option ## 0.3.3 |