summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-02-12 11:24:56 +0100
committerGitHub <noreply@github.com>2024-02-12 11:24:56 +0100
commitb677ffe75fb8e518441a0bd7df02abfb8dcc4989 (patch)
tree92dda37a03b46bf3bb04a2ab1808476691cae28f
parentd645446e717a59d7052650a6a037682dd689f56a (diff)
docs(changelog): break pane fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 22db7703c..f034f2a56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)
* 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)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)