summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-11-23 18:16:16 +0100
committerGitHub <noreply@github.com>2022-11-23 18:16:16 +0100
commit2641cccafccace33e20d408489e1832b75757c28 (patch)
tree89e34adb7b7a6658620a0b3250aef1a3921deb96
parentf8fbd8a138f46db4a02084a98bb182f625faea4a (diff)
docs(changelog): pane focus fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb1d363d4..07f9a6ce2 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