From e11daf248faa53819241ae3307b0ebf2dfadee7b Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 10 Feb 2025 16:06:27 +0100 Subject: [PATCH] docs(changelog): about plugin --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d39373ed..f2601c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat(plugins): APIs to open panes near plugin (https://github.com/zellij-org/zellij/pull/3966) * feat(plugins): send information about $SHELL and $EDITOR (https://github.com/zellij-org/zellij/pull/3971) * feat(config): new theme definition spec (https://github.com/zellij-org/zellij/pull/3242) +* feat(ui): about plugin and release notes (https://github.com/zellij-org/zellij/pull/3979) ## [0.41.2] - 2024-11-19 * fix(input): keypresses not being identified properly with kitty keyboard protocol in some terminals (https://github.com/zellij-org/zellij/pull/3725)