summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-06-19 18:10:24 +0200
committerGitHub <noreply@github.com>2023-06-19 18:10:24 +0200
commit7d99ea66aac56334dcbe7d441216e10e349af5ba (patch)
treef6374777766e636242cdc65bc430116437089a6c
parent1280cc8d73ee1e33b621589dc1e3e96efac80d1d (diff)
docs(changelog): plugin api fixes
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0302478d6..2391424b8 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)