From bc31360ca554e70a30233204972be3a6d8960f2f Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Wed, 13 Dec 2023 01:23:19 +0900 Subject: [PATCH] docs(changelog): improve plugin perf --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c4529234b..f7ee0b93ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(grid): flaky scroll with scroll region (https://github.com/zellij-org/zellij/pull/2935) * fix(plugins): display errors properly (https://github.com/zellij-org/zellij/pull/2975) * feat(terminal): implement synchronized renders (https://github.com/zellij-org/zellij/pull/2977) +* perf(plugins): improve plugin download & load feature (https://github.com/zellij-org/zellij/pull/3001) ## [0.39.2] - 2023-11-29 * fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)