From 2641cccafccace33e20d408489e1832b75757c28 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 23 Nov 2022 18:16:16 +0100 Subject: [PATCH] docs(changelog): pane focus fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1d363d..07f9a6ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: empty session name (https://github.com/zellij-org/zellij/pull/1959) * plugins: Cache plugins, don't load builtin plugins from disk (https://github.com/zellij-org/zellij/pull/1924) * fix: server on longer crashes on client crash (https://github.com/zellij-org/zellij/pull/1965) +* fix: preserve pane focus properly when closing panes and switching tabs (https://github.com/zellij-org/zellij/pull/1966) ## [0.33.0] - 2022-11-10