summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-08-24 13:37:14 +0200
committerGitHub <noreply@github.com>2023-08-24 13:37:14 +0200
commit4a1d11475388e6d4f19de0fa6c2d717d342b1877 (patch)
tree5ba2b8c1c353a5c7bc17a74e7f667b2c24bdd495
parentbc628abc1266cdc0dbce4f19a89727527a3e39a8 (diff)
docs(changelog): session manager
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e291b5a1a..e3afde441 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix(performance): plug memory leak (https://github.com/zellij-org/zellij/pull/2675)
* feat(plugins): use protocol buffers to communicate across the wasm boundary (https://github.com/zellij-org/zellij/pull/2686)
* feat(plugins): add permission system (https://github.com/zellij-org/zellij/pull/2624)
+* feat(session): session manager to switch between sessions (https://github.com/zellij-org/zellij/pull/2721)
## [0.37.2] - 2023-06-20
* hotfix: include theme files into binary (https://github.com/zellij-org/zellij/pull/2566)