docs(changelog): break pane fix

This commit is contained in:
Aram Drevekenin 2024-02-12 11:24:56 +01:00 committed by GitHub
parent d645446e71
commit b677ffe75f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix(cli): respect cwd in `zellij run` and `zellij plugin` commands (https://github.com/zellij-org/zellij/pull/3116) * fix(cli): respect cwd in `zellij run` and `zellij plugin` commands (https://github.com/zellij-org/zellij/pull/3116)
* feat(panes): allow specifying floating pane coordinates when opening from cli/plugin/keybinding (https://github.com/zellij-org/zellij/pull/3122) * 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(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)
## [0.39.2] - 2023-11-29 ## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906) * fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)