diff options
author | Scott Freeman <gsfreema@gmail.com> | 2021-11-11 14:04:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-11 19:04:25 +0000 |
commit | e648aae0eb06371e01205bca784096fda2028452 (patch) | |
tree | 5482942925579c7630737205ab380088c958e777 /CHANGELOG.md | |
parent | b885ec9cd3b40b9bcb91dadb834d9ecc02cfd67d (diff) | |
download | alacritty-e648aae0eb06371e01205bca784096fda2028452.tar.gz alacritty-e648aae0eb06371e01205bca784096fda2028452.zip |
Fix crash with empty post-processed matches
Fixes #5492.
Co-authored-by: Christian Duerr <contact@christianduerr.com>
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 09734187..8fe814ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Line indicator obstructing vi mode cursor when scrolled into history - Vi mode search starting in the line below the vi cursor - Invisible cursor with matching foreground/background colors +- Crash when hovering over a match emptied by post-processing ## 0.9.0 |