From 63d6711a8dad531b3188b32fa19642c76cb7eec6 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 31 Mar 2023 17:51:14 +0200 Subject: [PATCH] docs(changelog): tab focus race in layouts --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b60ff64f..649f7350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: do not use default swap layouts when opening a new tab with a custom layout (https://github.com/zellij-org/zellij/pull/2336) * fix: properly truncate panes with attributes when applying swap layouts (https://github.com/zellij-org/zellij/pull/2337) * fix: support spaces in scrollback_editor (https://github.com/zellij-org/zellij/pull/2339) +* fix: tab focus race condition when applying layout (https://github.com/zellij-org/zellij/pull/2340) ## [0.35.2] - 2023-03-10 * fix: get "zellij attach --create" working again (https://github.com/zellij-org/zellij/pull/2247)