summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-03-25 10:30:25 +0100
committerGitHub <noreply@github.com>2024-03-25 10:30:25 +0100
commit87a43383d54cc07c7b91da87c4146744a9702fb5 (patch)
tree16edb7b7618690e5e21dbfb4ef07ff275606db4b
parent86e91ae1379d44df461f871d2ee3f35f6724292c (diff)
docs(changelog): fix for wrong window size on terminal startup
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7449979a2..f1767d375 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)