From 2e58ad38c48fc7f58021dc26b93119019d9081b5 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 26 Dec 2024 10:25:17 +0100 Subject: [PATCH] docs(changelog): synchronized rendering query response --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c04f244c08..1c2f09d1fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * 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(terminals): synchronized rendering detection query response (https://github.com/zellij-org/zellij/pull/3884) ## [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)