summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-06-20 16:38:50 +0200
committerGitHub <noreply@github.com>2023-06-20 16:38:50 +0200
commit97db481bb5987056254a55bca57ddea6f501c447 (patch)
tree18a20fb11540f7cab2b087a011ab6ea12e0f1dc4
parent019452bdbf73748cc724f9681da2584cd4c1fdfd (diff)
docs(changelog): fix plugin hide_self
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b18af615f..56b0ff8cf 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: 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)