summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-04-15 17:09:21 +0200
committerGitHub <noreply@github.com>2024-04-15 17:09:21 +0200
commitd473c7291d375fa99ccfa601bd9e48452f2ac786 (patch)
treee0319bff87fc02e276866882ddca5bb9076b3e94
parent5441309c5c4b23039df7dfbe198f19dd2c3009b1 (diff)
docs(changelog): resurrection fixes
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 46bbb3aa1..643c257f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -41,6 +41,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* 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)
* 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)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)