From c5929d45bf37924611010c1e82ee5ca140998c1b Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Sat, 25 Feb 2023 11:17:11 +0100 Subject: [PATCH] docs(changelog): layout fixes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6421432..42807c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat: add pencil light theme (https://github.com/zellij-org/zellij/pull/2157) * fix: apply correct color on 'more tabs' message (https://github.com/zellij-org/zellij/pull/2166) * deps: upgrade termwiz to 0.20.0 (https://github.com/zellij-org/zellij/pull/2169) -* feat: swap layouts and stacked panes (https://github.com/zellij-org/zellij/pull/2167) +* feat: swap layouts and stacked panes (https://github.com/zellij-org/zellij/pull/2167 and https://github.com/zellij-org/zellij/pull/2191) * fix: cache STDIN queries to prevent startup delay (https://github.com/zellij-org/zellij/pull/2173) * fix: scrollback positioning with Helix (https://github.com/zellij-org/zellij/pull/2156) * fix: allow CJK characters in tab names (https://github.com/zellij-org/zellij/pull/2119)