summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-04-05 15:03:32 +0200
committerGitHub <noreply@github.com>2024-04-05 15:03:32 +0200
commit52e81bec7d88e8d27736698ce211473191585575 (patch)
tree37e4b863504191d99eec972b60482d7c83a7fdd0
parentb10ccb8b6f7c90a1942d60a728dc9bcc3cc40fd0 (diff)
docs(changelog): serialize UI components
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 17fcd88a4..53a5d229d 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)