From a553188601204a2f79f0cce7c9756248f1aec90e Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 8 Nov 2023 11:37:45 +0100 Subject: [PATCH] docs(changelog): plugin cwd fixes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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)