summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-11-02 13:10:18 +0100
committerGitHub <noreply@github.com>2023-11-02 13:10:18 +0100
commit37bc6364fa0a906616b1abafceb84e2c8511045d (patch)
tree2dfd2c5989955e275a85f2f3e7a07e27a314a53b
parentc87ff8cb2e6667648fc773dd2a811c25579c4ca0 (diff)
docs(changelog): load plugins from the web
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a754baf8..d8c79a773 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat(ux): add ESC option to drop to shell in command panes (https://github.com/zellij-org/zellij/pull/2872)
* feat(plugins): allow plugins to make web requests behind a permission (https://github.com/zellij-org/zellij/pull/2879)
* feat(plugins): UI components for plugins (https://github.com/zellij-org/zellij/pull/2898)
+* feat(plugins): load plugins from the web (https://github.com/zellij-org/zellij/pull/2863)
## [0.38.2] - 2023-09-15
* fix(terminal): wrap lines in alternate screen mode when adding characters (https://github.com/zellij-org/zellij/pull/2789)