From 015e61e033c49f293648bba305dde8e1d646ad0e Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 25 Dec 2024 20:27:40 +0100 Subject: [PATCH] docs(changelog): logical index pane sorting --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9620b8d..c04f244c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(layouts): off by 1 when focusing a specific tab through a layout (https://github.com/zellij-org/zellij/pull/3844) * fix(multiplayer): properly clear fake cursors (https://github.com/zellij-org/zellij/pull/3845) * feat(ux): pin floating panes (https://github.com/zellij-org/zellij/pull/3876) +* fix(layout-applier): logical index pane sorting (https://github.com/zellij-org/zellij/pull/3893) ## [0.41.2] - 2024-11-19 * fix(input): keypresses not being identified properly with kitty keyboard protocol in some terminals (https://github.com/zellij-org/zellij/pull/3725)