From 5b6a0e6dc3549ece409f0ef9c21398d5f99a1db4 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 17 Feb 2025 17:31:17 +0100 Subject: [PATCH] docs(changelog): convert old themes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d38e341..64bbc74f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat(plugins): add `PastedText` event (https://github.com/zellij-org/zellij/pull/3962) * 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(config): new theme definition spec (https://github.com/zellij-org/zellij/pull/3242 and https://github.com/zellij-org/zellij/pull/4002) * feat(ui): about plugin and release notes (https://github.com/zellij-org/zellij/pull/3979) * feat(ux): tips on startup (https://github.com/zellij-org/zellij/pull/3988) * feat(mouse): double-click to mark word boundaries, triple-click to mark entire paragraph (https://github.com/zellij-org/zellij/pull/3996)