diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-03-11 12:34:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-11 12:34:15 +0300 |
commit | 7312f33f6711cccd04c3e34d25b9b11514cbb90e (patch) | |
tree | a5cbddcbf1cac197abef20e645ccb0ee8d9889d3 /CHANGELOG.md | |
parent | 0965773657b9d3cc6917cf980110509dcc82426f (diff) | |
download | alacritty-7312f33f6711cccd04c3e34d25b9b11514cbb90e.tar.gz alacritty-7312f33f6711cccd04c3e34d25b9b11514cbb90e.zip |
Fix `font.glyph_offset` not live reloading
Fixes #5944.
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 0e79c274..4a33c9bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Creating the IPC socket failing if WAYLAND_DISPLAY contains an absolute path - Crash when resetting the terminal while in vi mode +- `font.glyph_offset` not live reloading ## 0.10.1 |