From f04e5bd8734798aab200708f14dd2f95925057fb Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 10 May 2022 16:40:17 +0200 Subject: [PATCH] docs(changelog): rename `suggestion` -> `suggest` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b459629b..420ad897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat: Attach to sessions more conveniently by only typing their name's first character(s) (https://github.com/zellij-org/zellij/pull/1360) * fix: a small typo (https://github.com/zellij-org/zellij/pull/1390) * feat: show subcommand aliases in help output (https://github.com/zellij-org/zellij/pull/1409) +* chore(dependencies): rename crate `suggestion` -> `suggest` (https://github.com/zellij-org/zellij/pull/1387) ## [0.29.1] - 2022-05-02 * fix: forward mouse events to plugin panes (https://github.com/zellij-org/zellij/pull/1369)