summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-04-10 15:27:57 +0200
committerGitHub <noreply@github.com>2024-04-10 15:27:57 +0200
commit2b6d4ad8e5d7afb70d62ef0fd883364b076e4bf8 (patch)
treed3bd5938c603d71f49da77da522bf0fd8e7a7626
parent41dbe65e265dc33a62fcf4dbe869c22d2459b38e (diff)
docs(changelog): swap layout fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53a5d229d..697fe2363 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,6 +37,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* 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)
+* fix(layouts): recover from resurrection crash and fix swap layouts not being picked up by new-tab keybinding (https://github.com/zellij-org/zellij/pull/3249)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)