From 247cde68575e06cd4d13e8a32574495c3186cc94 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 3 Feb 2025 11:05:16 +0100 Subject: [PATCH] docs(changelog): logical position fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcbb52d2..58fd0258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +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) +* fix(layout-applier): logical index pane sorting (https://github.com/zellij-org/zellij/pull/3893 and https://github.com/zellij-org/zellij/pull/3973) * fix(terminal): synchronized rendering detection query response (https://github.com/zellij-org/zellij/pull/3884) * fix(terminal): cursor overflow issue (https://github.com/zellij-org/zellij/pull/3894) * feat(ux): stack panes command (https://github.com/zellij-org/zellij/pull/3905)