summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-03-16 17:32:55 +0100
committerGitHub <noreply@github.com>2023-03-16 17:32:55 +0100
commitbef3c9c89d2e790718695f133ff01e871c27e9c9 (patch)
tree27931049338ed3e6a1f22d559d31fd394fc598b9
parent5cb1cea10c43f0835ac2a114742c1a7eb282788c (diff)
docs(changelog): adding panes to lone stack fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c14644306..76fde2104 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
* fix: when moving pane focus off screen edge to the next tab, the pane on the screen edge is now focused (https://github.com/zellij-org/zellij/pull/2293)
+* fix: adding panes to lone stack (https://github.com/zellij-org/zellij/pull/2298)
## [0.35.2] - 2023-03-10
* fix: get "zellij attach --create" working again (https://github.com/zellij-org/zellij/pull/2247)