summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-04-15 17:38:10 +0200
committerGitHub <noreply@github.com>2024-04-15 17:38:10 +0200
commit41efc0db67e875c2ff2cb256df885be28edf1b1e (patch)
tree7f4e50d4af1338aaacab929489f96e242281d4fc
parent954bdcb1a271b911bcf204936a014e82de62dd4b (diff)
docs(changelog): create background
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 643c257f0..aae6bcf55 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,7 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* 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)
-* feat(cli): allow starting a session in the background (detached) (https://github.com/zellij-org/zellij/pull/3257)
+* feat(cli): allow starting a session in the background (detached) (https://github.com/zellij-org/zellij/pull/3257 and https://github.com/zellij-org/zellij/pull/3265)
* feat(config): allow disabling writing of session metadata to disk (https://github.com/zellij-org/zellij/pull/3258)
* fix(compact-bar): properly pad mode indicator (https://github.com/zellij-org/zellij/pull/3260)
* fix(resurrection): do not list empty sessions and fix search ux issue in session-manager (https://github.com/zellij-org/zellij/pull/3264)