summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-03-31 17:51:14 +0200
committerGitHub <noreply@github.com>2023-03-31 17:51:14 +0200
commit63d6711a8dad531b3188b32fa19642c76cb7eec6 (patch)
tree16b9403917a6de5529b0e52538bf2328a812a5d3 /CHANGELOG.md
parent88da3be23a9d7263ad58030e66d08760a78d76f8 (diff)
docs(changelog): tab focus race in layouts
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b60ff64fc..649f7350d 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)