summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-04-26 11:39:50 +0200
committerGitHub <noreply@github.com>2024-04-26 11:39:50 +0200
commit158260799b5112e31d86557af8a32b7ab0d77a26 (patch)
tree26b7d1830e7ad50ba319b46cffd6214c75fd057a
parent7562a81f0d13563054214f5b47e5b5557a3156e5 (diff)
docs(changelog): layoutinfo newtabs plugin apiHEADmain
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a154d7766..ee8661633 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix(cli): rename tab and pane from cli (https://github.com/zellij-org/zellij/pull/3295)
* fix(plugins): respect $SHELL when opening a terminal from plugins (eg. from the filepicker strider) (https://github.com/zellij-org/zellij/pull/3296)
* fix(tabs): closing a tab no longer breaks tab movement (https://github.com/zellij-org/zellij/pull/3299)
+* feat(plugins): add API to open new tabs with a LayoutInfo (https://github.com/zellij-org/zellij/pull/3305)
## [0.40.0] - 2024-04-16
* feat(plugins): skip plugin cache flag when loading plugins (https://github.com/zellij-org/zellij/pull/2971)