summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-11-06 08:31:46 +0100
committerGitHub <noreply@github.com>2023-11-06 08:31:46 +0100
commit3ae742d73f212392ab86dc3b19c3365a12b4096f (patch)
treed62b09944bf9396c88013f1cd3326efea764a4d4
parenta3d63bec55a2decf2e57d05fab8e926045662eb3 (diff)
docs(changelog): plugin cwd
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index df8020c09..3df6beda6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,7 +21,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat(plugins): UI components for plugins (https://github.com/zellij-org/zellij/pull/2898)
* feat(plugins): load plugins from the web (https://github.com/zellij-org/zellij/pull/2863)
* feat(terminal): support styled underlines (https://github.com/zellij-org/zellij/pull/2730)
-* feat(ux): allow renaming sessions
+* feat(ux): allow renaming sessions (https://github.com/zellij-org/zellij/pull/2903)
+* fix(plugins): open new plugins in the current cwd (https://github.com/zellij-org/zellij/pull/2905)
## [0.38.2] - 2023-09-15
* fix(terminal): wrap lines in alternate screen mode when adding characters (https://github.com/zellij-org/zellij/pull/2789)