docs(changelog): unset fullscreen fix

This commit is contained in:
Aram Drevekenin 2024-02-28 19:12:10 +01:00 committed by GitHub
parent de8ecafcd2
commit f5f8521807
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat: add moving tab to other position (https://github.com/zellij-org/zellij/pull/3047)
* feat(plugins): introduce plugin aliases (https://github.com/zellij-org/zellij/pull/3157)
* fix(plugins): respect cwd (https://github.com/zellij-org/zellij/pull/3161)
* fix(panes): handle race conditions when unsetting fullscreen (https://github.com/zellij-org/zellij/pull/3166)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)