summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-11-08 11:37:45 +0100
committerGitHub <noreply@github.com>2023-11-08 11:37:45 +0100
commita553188601204a2f79f0cce7c9756248f1aec90e (patch)
treeaccb928f2add844c89e01ec5cf4f60bfed5db50f /CHANGELOG.md
parentea5e6aa8d713160ae6789053cde8eb1e3f0c5639 (diff)
docs(changelog): plugin cwd fixes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c156973b..ec50f7588 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
* fix: styled underlines in editors (https://github.com/zellij-org/zellij/pull/2918)
+* fix(plugins): add `LaunchPlugin` and some cwd fixes (https://github.com/zellij-org/zellij/pull/2916)
## [0.39.0] - 2023-07-11
* feat(panes): start panes/editors/commands/plugins in-place (https://github.com/zellij-org/zellij/pull/2795)