summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-04-03 18:55:28 +0200
committerGitHub <noreply@github.com>2023-04-03 18:55:28 +0200
commit9d4e60e323a98a523792acc282ab54414e6b17d8 (patch)
tree9748af837c03fc7ad7df88b01dc6399753c99fee /CHANGELOG.md
parent809e3d8d217dcdc212b8a3078fbe8d646164f15e (diff)
docs(changelog): stack pane focus bug in layout
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 c2c43332c..2a6d9e546 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* 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)
* feat: allow specifying an "expanded" pane in a stack when defining layouts (https://github.com/zellij-org/zellij/pull/2343)
+* fix: stacked pane focus glitches in layout (https://github.com/zellij-org/zellij/pull/2344)
## [0.35.2] - 2023-03-10
* fix: get "zellij attach --create" working again (https://github.com/zellij-org/zellij/pull/2247)