docs(changelog): pane frame fix

This commit is contained in:
Aram Drevekenin 2022-11-16 18:00:54 +01:00 committed by GitHub
parent 81b08d6057
commit 6c15292667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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