summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-01-08 16:40:45 +0000
committerChristian Duerr <contact@christianduerr.com>2021-01-08 21:54:38 +0000
commit8e74e57bad8a1f6adf078314b6007617897d6c43 (patch)
treef500e724a880bd52bc215dede4704e9eb56e8210 /CHANGELOG.md
parent97fc6c777769387e60c2dbc5880569658e8d23ba (diff)
downloadalacritty-8e74e57bad8a1f6adf078314b6007617897d6c43.tar.gz
alacritty-8e74e57bad8a1f6adf078314b6007617897d6c43.zip
Fix jumping between matches in reverse vi search
Fixes #4676.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7b0b416..2b441b9b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,14 @@ 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.8.0-dev
+
+## 0.7.1
+
+### Fixed
+
+- Jumping between matches in backward vi search
+
## 0.7.0
### Added