summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-12-06 15:35:41 +0100
committerGitHub <noreply@github.com>2022-12-06 15:35:41 +0100
commita6f775629632ad4dc03783901dc96057eab80eb8 (patch)
treec8045fed4a2fc892b736261fa84e3f9667b82841
parentb7adfcc581d40952ec5d1f5a853669322e895bd7 (diff)
docs(changelog): plugin loading data flow
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 344561656..de248d33f 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/)
* fix: server on longer crashes on client crash (https://github.com/zellij-org/zellij/pull/1965)
* 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)
## [0.33.0] - 2022-11-10