summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-10-12 16:06:56 +0200
committerGitHub <noreply@github.com>2023-10-12 16:06:56 +0200
commit3e31a0e3474c3ffe8ea8085303651798647ec4cb (patch)
tree576408c2c27274697f99cc483bc837c0a263d602
parent23e80c1fad0e4fc491d66f145408897150679bb7 (diff)
docs(changelog): session resurrection
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b01ea172..670adfe4c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* refactor(config): dependency updates (https://github.com/zellij-org/zellij/pull/2820 and https://github.com/zellij-org/zellij/pull/2821)
* fix(plugins): address cranelift-codegen vulnerability (https://github.com/zellij-org/zellij/pull/2830)
* fix(plugins): use versioned path for plugin artifact cache (https://github.com/zellij-org/zellij/pull/2836)
+* feat(sessions): session resurrection (https://github.com/zellij-org/zellij/pull/2801)
## [0.38.2] - 2023-09-15
* fix(terminal): wrap lines in alternate screen mode when adding characters (https://github.com/zellij-org/zellij/pull/2789)