From bf3c072d6dd68da0abd838e95e6004091a4cd331 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Sat, 12 Aug 2023 15:38:20 +0200 Subject: [PATCH] docs(changelog): permission system --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6dc3e57..e291b5a1 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)