summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-02-28 19:12:10 +0100
committerGitHub <noreply@github.com>2024-02-28 19:12:10 +0100
commitf5f852180714c22437e8eff9271a7958edaadce7 (patch)
tree57b3bc34f28af1fc067ab3b2bb118f057eee9e89
parentde8ecafcd2f26b549082435cd741b3fb8b220165 (diff)
docs(changelog): unset fullscreen fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 57ff57193..058b3ffb2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)