docs(changelog): permission system

This commit is contained in:
Aram Drevekenin 2023-08-12 15:38:20 +02:00 committed by GitHub
parent c8ddb23297
commit bf3c072d6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) * 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) * 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): 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 ## [0.37.2] - 2023-06-20
* hotfix: include theme files into binary (https://github.com/zellij-org/zellij/pull/2566) * hotfix: include theme files into binary (https://github.com/zellij-org/zellij/pull/2566)