From 3057ec434b657c3961048bbd42391649689e246c Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 28 Feb 2023 22:09:24 +0100 Subject: [PATCH] docs(changelog): exact panes constraint --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a302a252..bdfd2cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,8 @@ 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 and https://github.com/zellij-org/zellij/pull/2191) +* feat: swap layouts and stacked panes (https://github.com/zellij-org/zellij/pull/2167, https://github.com/zellij-org/zellij/pull/2191 and +) * 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)