summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-08-27 22:06:06 +0200
committerGitHub <noreply@github.com>2023-08-27 22:06:06 +0200
commitf6b08ddfaa4e1a12199df0ba317a140e4729efbf (patch)
tree65e189261db50ac1c197e8e66957d95028857311
parentb587125f06f82e92a234786a7ead54449e89724e (diff)
docs(changelog): stacked pane focus glitch
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6524057a0..acc53033e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat(session): session manager to switch between sessions (https://github.com/zellij-org/zellij/pull/2721)
* feat(plugins): move_to_focused_tab attribute for launching/focusing plugins (https://github.com/zellij-org/zellij/pull/2725)
* fix(keybinds): allow opening floating pane from a keybinding (https://github.com/zellij-org/zellij/pull/2726)
+* fix(panes): occasional glitches when changing tab focus for stacked panes (https://github.com/zellij-org/zellij/pull/2734)
## [0.37.2] - 2023-06-20
* hotfix: include theme files into binary (https://github.com/zellij-org/zellij/pull/2566)