From 520dee5426ab98a116fc32225db6afeb6d507ce0 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sun, 6 Mar 2022 19:49:33 +0100 Subject: [PATCH] docs(changelog): fix typo in completion --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddfc61c9..64216ff1 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/) * Add: installation instructions for `Void Linux` (https://github.com/zellij-org/zellij/pull/1165) * Fix: `list-session` to stderr on fail (https://github.com/zellij-org/zellij/pull/1174) * Add: dynamic completions for `fish` shell (https://github.com/zellij-org/zellij/pull/1176) +* Fix: typo in completion (https://github.com/zellij-org/zellij/pull/1183) ## [0.25.0] - 2022-02-22 * Fix: replace the library with the dependency problem (https://github.com/zellij-org/zellij/pull/1001)