summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-02-28 16:13:13 +0100
committerGitHub <noreply@github.com>2024-02-28 16:13:13 +0100
commit7bd77ccc61f30e08ff089a7cc41878e746f6e06b (patch)
tree4be13c6542664c43415164384d16691f67b09d4b
parent6340b5e312cd4c52fa7a967b44aa331253c64779 (diff)
docs(changelog): respect cwd for plugins
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ea778ee5..57ff57193 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix(panes): break pane to new tab regression (https://github.com/zellij-org/zellij/pull/3130)
* feat: add moving tab to other position (https://github.com/zellij-org/zellij/pull/3047)
* feat(plugins): introduce plugin aliases (https://github.com/zellij-org/zellij/pull/3157)
+* fix(plugins): respect cwd (https://github.com/zellij-org/zellij/pull/3161)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)