summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-11-04 11:21:58 +0100
committerGitHub <noreply@github.com>2023-11-04 11:21:58 +0100
commit3942000e868ce62b23414ced3bd980d30e0d84b0 (patch)
tree696a715ca41ca2c09bb48f0ced6ad89613fe2d68
parent4c6b03acc16c968663d2875556aae25ef6dac87c (diff)
docs(changelog): session resurrection UI
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d8c79a773..d21484232 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,7 +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 and https://github.com/zellij-org/zellij/pull/2851)
+* feat(sessions): session resurrection (https://github.com/zellij-org/zellij/pull/2801, https://github.com/zellij-org/zellij/pull/2851 and https://github.com/zellij-org/zellij/pull/2902)
* feat(rendering): terminal synchronized output (https://github.com/zellij-org/zellij/pull/2798)
* feat(plugins): plugin command API for executing commands in the background (https://github.com/zellij-org/zellij/pull/2862)
* feat(ui): cyberpunk themes (https://github.com/zellij-org/zellij/pull/2868)