From 9fe8905e5f5dc033b1c249a2e99f5548f44e2679 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 8 Aug 2025 11:39:10 +0200 Subject: [PATCH] docs(changelog): KKP fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d184696..af7aab08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: resurrection listing regression (https://github.com/zellij-org/zellij/pull/4354) * fix: tooltip keybinding backgrounds (https://github.com/zellij-org/zellij/pull/4356) * fix: default to session name for window/tab title in Zellij Web (https://github.com/zellij-org/zellij/pull/4357) +* fix: handle omitted flags in the push sequence of the KKP (https://github.com/zellij-org/zellij/pull/4334) ## [0.43.0] - 2025-08-05 * feat: multiple select and bulk pane actions (https://github.com/zellij-org/zellij/pull/4169 and https://github.com/zellij-org/zellij/pull/4171, https://github.com/zellij-org/zellij/pull/4221 and https://github.com/zellij-org/zellij/pull/4286)