From 58b13babbc6f8a68b710992ece8e8eb04c4d8069 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 20 Mar 2024 08:52:28 +0100 Subject: [PATCH] docs(changelog): various race fixes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2af311f7..89c69e54 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)