docs(changelog): fix for wrong window size on terminal startup

This commit is contained in:
Aram Drevekenin 2024-03-25 10:30:25 +01:00 committed by GitHub
parent 86e91ae137
commit 87a43383d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat(plugins): session-manager cwd and new filepicker/strider (https://github.com/zellij-org/zellij/pull/3200)
* fix(stability): various client races (https://github.com/zellij-org/zellij/pull/3209)
* feat(cli): `list-sessions` show newest sessions last, for better user experience (https://github.com/zellij-org/zellij/pull/3194)
* fix(startup): recover from Zellij sometimes not filling the whole terminal window on startup (https://github.com/zellij-org/zellij/pull/3218)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)