docs(changelog): fix plugin hide_self

This commit is contained in:
Aram Drevekenin 2023-06-20 16:38:50 +02:00 committed by GitHub
parent 019452bdbf
commit 97db481bb5
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: include theme files into binary (https://github.com/zellij-org/zellij/pull/2566)
* fix: make plugin hide_self api idempotent (https://github.com/zellij-org/zellij/pull/2568)
## [0.37.1] - 2023-06-19
* hotfix: theme options does not work (https://github.com/zellij-org/zellij/pull/2562)