summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-12-01 19:10:52 +0100
committerGitHub <noreply@github.com>2023-12-01 19:10:52 +0100
commitd8bbe9115e7944e2bca64494784c26bd1552b493 (patch)
treef757ff09f5eb4a3934b0878689ccfe756281c68f
parentac47ff43a384bd0f5f26903da6cc016c37c3d8af (diff)
docs(changelog): plugin errors
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b8058bfdd..287515c9c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat(plugins): skip plugin cache flag when loading plugins (https://github.com/zellij-org/zellij/pull/2971)
* fix(grid): recover from various errors (https://github.com/zellij-org/zellij/pull/2972)
* 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)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)