summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-03-05 16:25:09 +0100
committera-kenji <aks.kenji@protonmail.com>2022-03-05 16:25:09 +0100
commit525d4bfb0d4863959f79c861c1ef311939540ce7 (patch)
tree1ff7d6eb147ff6c6ff821b63a566d0c1d7c4f518
parente2ce26121072adb8e4632f1f7de29a06f7e0662b (diff)
docs(changelog): add dynamic completions
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e87c8835b..ddfc61c9d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Fix: improve layout naming (https://github.com/zellij-org/zellij/pull/1160)
* 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)
## [0.25.0] - 2022-02-22
* Fix: replace the library with the dependency problem (https://github.com/zellij-org/zellij/pull/1001)