summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-08-12 15:38:20 +0200
committerGitHub <noreply@github.com>2023-08-12 15:38:20 +0200
commitbf3c072d6dd68da0abd838e95e6004091a4cd331 (patch)
treec07485703bde9da66d268f2d37a4f6e2a9c076fc
parentc8ddb23297e2f4fc900b8286d57e2808ae6a4fdb (diff)
docs(changelog): permission system
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b6dc3e576..e291b5a1a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat(ui): break pane to new tab and move panes between tabs (https://github.com/zellij-org/zellij/pull/2664)
* fix(performance): plug memory leak (https://github.com/zellij-org/zellij/pull/2675)
* feat(plugins): use protocol buffers to communicate across the wasm boundary (https://github.com/zellij-org/zellij/pull/2686)
+* feat(plugins): add permission system (https://github.com/zellij-org/zellij/pull/2624)
## [0.37.2] - 2023-06-20
* hotfix: include theme files into binary (https://github.com/zellij-org/zellij/pull/2566)