diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-05-14 04:25:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 04:25:11 +0300 |
commit | 7ae701d57b10c07dda1a83a6d6b252c0af8785cb (patch) | |
tree | 9af22a6a09024de24b7ce23f61cade7e76533c2a /CHANGELOG.md | |
parent | b656fba35ed12b776e8204115a6c6de76eda0a3b (diff) | |
download | alacritty-7ae701d57b10c07dda1a83a6d6b252c0af8785cb.tar.gz alacritty-7ae701d57b10c07dda1a83a6d6b252c0af8785cb.zip |
Add support for Fontconfig embolden and matrix options
Fixes #1754.
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 7aa65254..633efb0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `CopySelection` action which copies into selection buffer on Linux/BSD - Option `cursor.thickness` to set terminal cursor thickness - Font fallback on Windows +- Support for Fontconfig embolden and matrix options ### Changed |