summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-12-06 22:31:11 +0100
committerGitHub <noreply@github.com>2022-12-06 22:31:11 +0100
commitfd7a5398cd0145f9b3c59ac6382cc2883a90b92a (patch)
tree022515de9578219eed89b95e092654ce16f6066f /CHANGELOG.md
parentb1ab4eac1041db4b550bb51eb0801500b39fa683 (diff)
docs(changelog): reduce extraneous cross-thread messaging
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 de248d33f..a4b40cbb4 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