summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThomas Linford <tlinford@users.noreply.github.com>2022-10-12 11:29:17 +0200
committerGitHub <noreply@github.com>2022-10-12 11:29:17 +0200
commit694afd223996f5adb0769fef592a5e93a44176e7 (patch)
treeb2b1068c58571836760ff1fd8676fde411c34f45 /CHANGELOG.md
parent46dd8d4473fc338effced03c00358107b65f05e0 (diff)
fix(tab): frameless pane size wrong after closing other panes (#1776)
always recompute pane frames after closing a pane
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b609c771d..d44ff853a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* debugging: Improve error format in server/thread_bus (https://github.com/zellij-org/zellij/pull/1775)
* feat: command pane - send commands to Zellij and re-run them with ENTER (https://github.com/zellij-org/zellij/pull/1787)
* fix: escape quotes and backslashes when converting YAML to KDL (https://github.com/zellij-org/zellij/pull/1790)
+* fix: frameless pane wrong size after closing other panes (https://github.com/zellij-org/zellij/pull/1776)
## [0.31.4] - 2022-09-09
* Terminal compatibility: improve vttest compliance (https://github.com/zellij-org/zellij/pull/1671)