summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-10-16 13:43:36 +0200
committerGitHub <noreply@github.com>2023-10-16 13:43:36 +0200
commit5a2db7a798af68994b37451c77f9ebed29b48f3d (patch)
tree3520b0deaf4ce19ca111f7d4da5ffa97930d03d6 /CHANGELOG.md
parentd2b6fb5c5b0423143d71218196a56ea3e395cd47 (diff)
docs(changelog): plugin api run_command
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 d251b6b4b..849248bf1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix(plugins): use versioned path for plugin artifact cache (https://github.com/zellij-org/zellij/pull/2836)
* feat(sessions): session resurrection (https://github.com/zellij-org/zellij/pull/2801 and https://github.com/zellij-org/zellij/pull/2851)
* feat(rendering): terminal synchronized output (https://github.com/zellij-org/zellij/pull/2798)
+* feat(plugins): plugin command API for executing commands in the background (https://github.com/zellij-org/zellij/pull/2862)
## [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)