summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-04-12 16:16:11 +0200
committerGitHub <noreply@github.com>2024-04-12 16:16:11 +0200
commit988491fe69c558c96bf3c731cb4edde09f91abf7 (patch)
tree60a87f06a5b44bd86394fe1f24c5858cb70521cf
parent89ce355c0446bc340f64f1b9f45fd0c4dc74eea7 (diff)
docs(changelog): configure disabling metadata
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c97bd96f..6b559fd44 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* 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(config): allow disabling writing of session metadata to disk (https://github.com/zellij-org/zellij/pull/3258)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)