diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-10-29 22:14:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 22:14:43 +0000 |
commit | bede5d5d1c19da32a0b7fd0cb4ab9e369aa94eb8 (patch) | |
tree | f6afaf5a80d47f28bb46bbdea5fe11ca3bd012e5 /CHANGELOG.md | |
parent | a99a9fd84ce5f7c3e79d172fc140fcdc0ffa47c9 (diff) | |
download | alacritty-bede5d5d1c19da32a0b7fd0cb4ab9e369aa94eb8.tar.gz alacritty-bede5d5d1c19da32a0b7fd0cb4ab9e369aa94eb8.zip |
Fix crash with large negative font offset
Fixes #4363.
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 10f43787..f9c71df0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `Add` and `Subtract` keys are now named `NumpadAdd` and `NumpadSubtract` respectively - Feature checking when cross compiling between different operating systems - Crash when writing to the clipboard fails on Wayland +- Crash with large negative `font.offset.x/y` ## 0.5.0 |