summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-04-12 15:40:35 +0200
committerGitHub <noreply@github.com>2024-04-12 15:40:35 +0200
commit1c883c2a837aef3ea4cd7a051b286062913758e6 (patch)
tree7d230eacc953a0807e26b142f4b37f972e2fcd70
parente68bc649d63d51178d224be3af7109ca324480f4 (diff)
docs(changelog): start session in the background
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 697fe2363..6c97bd96f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,6 +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)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)