summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-03-08 18:45:51 +0100
committerGitHub <noreply@github.com>2023-03-08 18:45:51 +0100
commitaa17374d131980786427ca6c4bdf2db365745919 (patch)
tree4e223e27aaeffd8859ff6722101e1fb006acf9cc
parentae29eb5b47c2d1f64745db6fa6bf8591e52db0cc (diff)
docs(changelog): command pane crash fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb213acde..21f031e31 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: get "zellij attach --create" working again (https://github.com/zellij-org/zellij/pull/2247)
+* fix: crash when closing tab with command panes (https://github.com/zellij-org/zellij/pull/2251)
## [0.35.1] - 2023-03-07
* fix: show visual error when unable to split panes vertically/horizontally (https://github.com/zellij-org/zellij/pull/2025)