summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2024-02-19 03:41:16 +0900
committerGitHub <noreply@github.com>2024-02-19 03:41:16 +0900
commit27bffbf1533b4b2d3c10b1305557c75ddd121374 (patch)
tree538f98a4bd3cf4922d27ca8f427e18bf75b372ea
parentdd5ea26cc72f3c39e9f8b4d8452a42c9c2f85442 (diff)
docs(changelog): add moving tab
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f034f2a56..16398cc59 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat(panes): allow specifying floating pane coordinates when opening from cli/plugin/keybinding (https://github.com/zellij-org/zellij/pull/3122)
* fix(plugins): avoid crash when attaching to a session with a since-deleted cwd (https://github.com/zellij-org/zellij/pull/3126)
* fix(panes): break pane to new tab regression (https://github.com/zellij-org/zellij/pull/3130)
+* feat: add moving tab to other position (https://github.com/zellij-org/zellij/pull/3047)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)