From aa17374d131980786427ca6c4bdf2db365745919 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 8 Mar 2023 18:45:51 +0100 Subject: [PATCH] docs(changelog): command pane crash fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb213acd..21f031e3 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)