summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-11-16 18:00:54 +0100
committerGitHub <noreply@github.com>2022-11-16 18:00:54 +0100
commit6c152926675fd28d898b70d20d470a752be6eec8 (patch)
tree89f7dcb7b38ac127bfeb0876aade5cddb858f324
parent81b08d60575f42f4d70473c7fbd9afe976ace452 (diff)
docs(changelog): pane frame fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a17d04fb..378c249df 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