From bef3c9c89d2e790718695f133ff01e871c27e9c9 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 16 Mar 2023 17:32:55 +0100 Subject: [PATCH] docs(changelog): adding panes to lone stack fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1464430..76fde210 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] * fix: when moving pane focus off screen edge to the next tab, the pane on the screen edge is now focused (https://github.com/zellij-org/zellij/pull/2293) +* fix: adding panes to lone stack (https://github.com/zellij-org/zellij/pull/2298) ## [0.35.2] - 2023-03-10 * fix: get "zellij attach --create" working again (https://github.com/zellij-org/zellij/pull/2247)