From f9d6a3f94ccb6931f8926301dbb8dad1f90b2f93 Mon Sep 17 00:00:00 2001 From: Ashley Bartlett Date: Tue, 9 Apr 2024 16:29:39 +1000 Subject: [PATCH] fix: changelog lint error --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c241561..06351ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- zsh: Space-Tab completion repeating output multiple times when matching single directory in history +- zsh: Space-Tab completion repeating output multiple times when matching single + directory - fish: detect infinite loop when using `alias cd=z`. - fish / Nushell / PowerShell: handle queries that look like args (e.g. `z -x`).