From 489c4da5ffaf38526b76bad4ce09da63ae99331e Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 29 Aug 2024 17:36:31 +0200 Subject: [PATCH] docs(changelog): new plugin apis --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cc8ac66..076daba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat(ux): first run setup wizard (https://github.com/zellij-org/zellij/pull/3556) * feat(ux): reload config at runtime (https://github.com/zellij-org/zellij/pull/3558, https://github.com/zellij-org/zellij/pull/3559 and https://github.com/zellij-org/zellij/pull/3564) * feat(plugins): allow plugins to temporarily bind keys at runtime to pipe messages to specific plugins (https://github.com/zellij-org/zellij/pull/3561) +* feat(plugins): new APIs to control other panes (https://github.com/zellij-org/zellij/pull/3576) ## [0.40.1] - 2024-05-02 * fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281)