From 97db481bb5987056254a55bca57ddea6f501c447 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 20 Jun 2023 16:38:50 +0200 Subject: [PATCH] docs(changelog): fix plugin hide_self --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b18af615..56b0ff8c 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)