summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-02-29 16:27:36 +0100
committerGitHub <noreply@github.com>2024-02-29 16:27:36 +0100
commit12daac3b5445e4281cf5c1810be0ebdb257085c1 (patch)
treeab5331901c5c2ee9399d25264a1010381ababba1
parent896b09aa6f9190b4dc838314b028b63e0f2461b7 (diff)
docs(changelog): switch session cwd
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index efcdfef91..440cae796 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* 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)
* fix(panes): handle race conditions when unsetting fullscreen (https://github.com/zellij-org/zellij/pull/3166)
+* feat(plugins): allow specifying cwd when creating a new session with a layout (https://github.com/zellij-org/zellij/pull/3172)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)