summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2023-12-13 01:23:19 +0900
committerGitHub <noreply@github.com>2023-12-13 01:23:19 +0900
commit0b32c7e169201f841eb1a21a322e4f72a3e45bf0 (patch)
tree5382aab8bfd7b3e4eeb5baabedb51f21519259f3
parentb3035fc2d73a07b3c734c0452d58fb74b3968b51 (diff)
docs(changelog): improve plugin perf
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c4529234..f7ee0b93c 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)