diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-12-22 14:05:19 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-12-22 11:05:19 +0000 |
commit | 44037fa42aa80002ce54f0a8e4a6203e3e12aaf5 (patch) | |
tree | 8bb3d2aa248224c4f1fe29334750a421ee193473 /CHANGELOG.md | |
parent | 85112fefa56cfc125df46b171f154ad44e4e6c3a (diff) | |
download | alacritty-44037fa42aa80002ce54f0a8e4a6203e3e12aaf5.tar.gz alacritty-44037fa42aa80002ce54f0a8e4a6203e3e12aaf5.zip |
Fix crash on clear when scrolled up in history
Fixes #3112.
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 a8bd9a2d..a7e6ddb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Performance bottleneck when clearing colored rows - Vague startup crash messages on Windows with WinPTY backend - Deadlock on Windows when closing Alacritty using the title bar "X" button (ConPTY backend) +- Crash on `clear` when scrolled up in history ## 0.4.0 |