docs(changelog): plugin api fixes

This commit is contained in:
Aram Drevekenin 2023-06-19 18:10:24 +02:00 committed by GitHub
parent 1280cc8d73
commit 7d99ea66aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)