From fd7a5398cd0145f9b3c59ac6382cc2883a90b92a Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 6 Dec 2022 22:31:11 +0100 Subject: [PATCH] docs(changelog): reduce extraneous cross-thread messaging --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de248d33..a4b40cbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: preserve pane focus properly when closing panes and switching tabs (https://github.com/zellij-org/zellij/pull/1966) * fix(themes): missing tokyo-night-dark theme (https://github.com/zellij-org/zellij/pull/1972) * refactor(plugins): fix plugin loading data flow (https://github.com/zellij-org/zellij/pull/1995) +* refactor(messaging): reduce extraneous cross-thread messaging (https://github.com/zellij-org/zellij/pull/1996) ## [0.33.0] - 2022-11-10