summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-11-11 11:52:13 +0100
committerGitHub <noreply@github.com>2023-11-11 11:52:13 +0100
commit4756c2125cf355383156f404a33bfb9464e69798 (patch)
tree82e2c3ad77ad79f620eff0805d1f04dac2518f17
parent45fea5817e8febae198e7690a9d41da5f4c48fa2 (diff)
docs(changelog): plugin reload
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e9b27135b..4fbce254d 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(performance): significantly reduce CPU utilization when serializing sessions (https://github.com/zellij-org/zellij/pull/2920)
* fix(panes): reuse CWD when dropping to shell in command panes (https://github.com/zellij-org/zellij/pull/2915)
* fix(resurrection): reduce default serialization interval to 1m and make it configurable (https://github.com/zellij-org/zellij/pull/2923)
+* fix(plugins): allow reloading plugins if they crashed (https://github.com/zellij-org/zellij/pull/2929)
## [0.39.0] - 2023-07-11
* feat(panes): start panes/editors/commands/plugins in-place (https://github.com/zellij-org/zellij/pull/2795)