summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-02-07 10:41:22 +0100
committerGitHub <noreply@github.com>2024-02-07 10:41:22 +0100
commit662c37b5083e2c31d6227645ff5a27ad5d5ceb41 (patch)
treed6f6c70392c14f9d31d3ad1149f158f31c7f76c6
parent7e549cdbd5e0df712419802f2d2517f82c34e4a7 (diff)
docs(changelog): cwd fixes
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0c14fc58..b91a53080 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat(xtask): allow publishing without pushing changes (https://github.com/zellij-org/zellij/pull/3040)
* fix(terminal): improve reflow performance as well as resource utilization and some misc ancient bugs (https://github.com/zellij-org/zellij/pull/3045, https://github.com/zellij-org/zellij/pull/3032 and https://github.com/zellij-org/zellij/pull/3043)
* feat(sessions): add welcome screen (https://github.com/zellij-org/zellij/pull/3112)
+* fix(cli): respect cwd in `zellij run` and `zellij plugin` commands (https://github.com/zellij-org/zellij/pull/3116)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)