summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-02-09 16:42:27 +0100
committerGitHub <noreply@github.com>2024-02-09 16:42:27 +0100
commit7dddaaccd1eb8aa162b9e5747a0504433852e54f (patch)
tree21def3462fc8f4e1a744fd1ad45373ad30675468
parentfffeca3e6eeea379d74e294b3626f4823945bc5c (diff)
docs(changelog): cwd fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6fb646457..cccabcb78 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* 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)
* feat(panes): allow specifying floating pane coordinates when opening from cli/plugin/keybinding (https://github.com/zellij-org/zellij/pull/3122)
+* fix(plugins): avoid crash when attaching to a session with a since-deleted cwd (https://github.com/zellij-org/zellij/pull/3126)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)