summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-04-25 09:33:00 +0200
committerGitHub <noreply@github.com>2024-04-25 09:33:00 +0200
commitcd37864b389a0047ce799410408a23a9d0c9e888 (patch)
treeb7ab176c81364bc4db036ade263a87e1ddec3a88
parent7bb9884fa94429bccd4a04a7366b0812dab78dea (diff)
docs(changelog): move tab fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f13f1481f..a154d7766 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix(cli): respect all options (eg. `default-layout`) when creating a session in the background from the CLI (https://github.com/zellij-org/zellij/pull/3288)
* fix(cli): rename tab and pane from cli (https://github.com/zellij-org/zellij/pull/3295)
* fix(plugins): respect $SHELL when opening a terminal from plugins (eg. from the filepicker strider) (https://github.com/zellij-org/zellij/pull/3296)
+* fix(tabs): closing a tab no longer breaks tab movement (https://github.com/zellij-org/zellij/pull/3299)
## [0.40.0] - 2024-04-16
* feat(plugins): skip plugin cache flag when loading plugins (https://github.com/zellij-org/zellij/pull/2971)