summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-03-20 08:52:28 +0100
committerGitHub <noreply@github.com>2024-03-20 08:52:28 +0100
commit58b13babbc6f8a68b710992ece8e8eb04c4d8069 (patch)
treed5941864924853177bee739949b52adf734b6a58
parent0d60bf16bfdc691be41c7a9ed191a90bbbaf9f61 (diff)
docs(changelog): various race fixes
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2af311f73..89c69e544 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix(panes): handle race conditions when unsetting fullscreen (https://github.com/zellij-org/zellij/pull/3166)
* feat(plugins): allow specifying cwd when creating a new session with a layout (https://github.com/zellij-org/zellij/pull/3172)
* 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)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)