From 7d99ea66aac56334dcbe7d441216e10e349af5ba Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 19 Jun 2023 18:10:24 +0200 Subject: [PATCH] docs(changelog): plugin api fixes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0302478d..2391424b 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] * hotfix: theme options does not work (https://github.com/zellij-org/zellij/pull/2562) +* fix: various plugin api methods (https://github.com/zellij-org/zellij/pull/2564) ## [0.37.0] - 2023-06-18 * fix(plugin): respect hide session option on compact-bar (https://github.com/zellij-org/zellij/pull/2368)