summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-08-26 11:07:05 +0200
committerGitHub <noreply@github.com>2023-08-26 11:07:05 +0200
commit1ccc973c686b5ee4e23889a6fb5144b384634566 (patch)
tree18d319d62d373933c39e5ce1e01c051e8d363d80
parent2dbee21d74e1822d7f852d868cb1956525cb8a22 (diff)
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index be9bca777..6524057a0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,7 +15,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 and https://github.com/zellij-org/zellij/pull/2729)
-* feat(plugins): add permission system (https://github.com/zellij-org/zellij/pull/2624 and https://github.com/zellij-org/zellij/pull/2722)
+* feat(plugins): add permission system (https://github.com/zellij-org/zellij/pull/2624, https://github.com/zellij-org/zellij/pull/2722 and https://github.com/zellij-org/zellij/pull/2731)
* feat(session): session manager to switch between sessions (https://github.com/zellij-org/zellij/pull/2721)
* feat(plugins): move_to_focused_tab attribute for launching/focusing plugins (https://github.com/zellij-org/zellij/pull/2725)
* fix(keybinds): allow opening floating pane from a keybinding (https://github.com/zellij-org/zellij/pull/2726)