docs(changelog): session manager

This commit is contained in:
Aram Drevekenin 2023-08-24 13:37:14 +02:00 committed by GitHub
parent bc628abc12
commit 4a1d114753
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)