From 52e81bec7d88e8d27736698ce211473191585575 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 5 Apr 2024 15:03:32 +0200 Subject: [PATCH] docs(changelog): serialize UI components --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17fcd88a..53a5d229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat(plugins): add close_self API to allow plugins to close their own instance (https://github.com/zellij-org/zellij/pull/3228) * feat(plugins): allow plugins to specify `zellij:OWN_URL` as a pipe destination (https://github.com/zellij-org/zellij/pull/3232) * feat(cli): Add `move-tab` action (https://github.com/zellij-org/zellij/pull/3244) +* feat(plugins): add serialization methods to UI components (https://github.com/zellij-org/zellij/pull/3193) ## [0.39.2] - 2023-11-29 * fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)