diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-01-14 16:07:40 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-03-19 02:20:53 +0100 |
commit | 9458550c777c54f30ef70954cbcbf774989cc39c (patch) | |
tree | 58e2ac16bdb8d8902daddb10b6e1fc35f9b719a9 /CHANGELOG.md | |
parent | 915aa655711eaad0ba942cc7b84c1760e8cd19a0 (diff) | |
download | alacritty-9458550c777c54f30ef70954cbcbf774989cc39c.tar.gz alacritty-9458550c777c54f30ef70954cbcbf774989cc39c.zip |
Fix inline search expanding across newlines
Closes #7587.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0e06c8..e34d9e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ The sections should follow the order `Packaging`, `Added`, `Changed`, `Fixed` an The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 0.13.2-dev + +### Fixed + +- Vi inline search/semantic selection expanding across newlines + ## 0.13.1 ### Added |