diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-07-24 20:59:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-24 20:59:38 +0000 |
commit | c69067e1e92d70fd9088195460a320c914330d74 (patch) | |
tree | 97a9ced0576bdc3009d01e9080c645ce08fefff9 /CHANGELOG.md | |
parent | 78795522e93a6010e07da524256c0339720e6d1c (diff) | |
download | alacritty-c69067e1e92d70fd9088195460a320c914330d74.tar.gz alacritty-c69067e1e92d70fd9088195460a320c914330d74.zip |
Add changelog entry for 7879552
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 990ae812..796d1c3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Original scroll position not restored after canceling search - Clipboard copy skipping non-empty cells when encountering an interrupted tab character - Vi mode cursor moving downward when scrolled in history with active output +- Crash when moving fullwidth characters off the side of the terminal in insert mode ## 0.8.0 |