docs(changelog): add moving tab

This commit is contained in:
Jae-Heon Ji 2024-02-19 03:41:16 +09:00 committed by GitHub
parent dd5ea26cc7
commit 27bffbf153
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)