From ecefe1e6ee298bff07253a990770aac404313eb8 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 26 Mar 2024 18:45:57 +0100 Subject: [PATCH] docs(changelog): dump layout API --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87fc97a1..cc191ef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(startup): recover from Zellij sometimes not filling the whole terminal window on startup (https://github.com/zellij-org/zellij/pull/3218) * fix(config): support Ctrl/Alt modifier keys on F keys (eg. `Ctrl F1`, `Alt F2`) (https://github.com/zellij-org/zellij/pull/3179) * fix(keybindings): allow binding `Ctrl Space` (https://github.com/zellij-org/zellij/pull/3101) +* feat(plugins): add API to dump the current session's layout to a plugin (https://github.com/zellij-org/zellij/pull/3227) ## [0.39.2] - 2023-11-29 * fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)