summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-03-27 11:54:11 +0100
committerGitHub <noreply@github.com>2024-03-27 11:54:11 +0100
commitc83b6cc38d5915f186789721d0261df3c80a0e49 (patch)
treee55e57978d23fc9851e095d64fd840866c168e11
parenta54a7ea2bd913c3c488b0d62a1a9072f673fc53a (diff)
docs(changelog): plugin serialization fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc191ef4b..73a37490e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix(config): support Ctrl/Alt modifier keys on F keys (eg. `Ctrl F1`, `Alt F2`) (https://github.com/zellij-org/zellij/pull/3179)
* fix(keybindings): allow binding `Ctrl Space` (https://github.com/zellij-org/zellij/pull/3101)
* feat(plugins): add API to dump the current session's layout to a plugin (https://github.com/zellij-org/zellij/pull/3227)
+* fix(plugins): properly serialize remote urls (https://github.com/zellij-org/zellij/pull/3224)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)