From 6c152926675fd28d898b70d20d470a752be6eec8 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 16 Nov 2022 18:00:54 +0100 Subject: [PATCH] docs(changelog): pane frame fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a17d04f..378c249d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: Fallback to `/bin/sh` if `SHELL` can't be read, panic if shell doesn't exist (https://github.com/zellij-org/zellij/pull/1769) * feat(themes): add catppuccin themes (https://github.com/zellij-org/zellij/pull/1937) * fix: treat relative paths properly in cli commands (https://github.com/zellij-org/zellij/pull/1947) +* fix: ensure ejected pane always has a frame (https://github.com/zellij-org/zellij/pull/1950) ## [0.33.0] - 2022-11-10