docs(changelog): close_self plugin API

This commit is contained in:
Aram Drevekenin 2024-03-27 20:25:31 +01:00 committed by GitHub
parent 9d2e7fe2c1
commit 1f9dfdfb76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix(keybindings): allow binding `Ctrl Space` (https://github.com/zellij-org/zellij/pull/3101)
* feat(plugins): add API to dump the current session's layout to a plugin (https://github.com/zellij-org/zellij/pull/3227)
* fix(plugins): properly serialize remote urls (https://github.com/zellij-org/zellij/pull/3224)
* feat(plugins): add close_self API to allow plugins to close their own instance (https://github.com/zellij-org/zellij/pull/3228)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)