docs(changelog): multiple users in plugins

This commit is contained in:
Aram Drevekenin 2021-12-08 18:42:40 +01:00 committed by GitHub
parent 92bddf1b79
commit 90f463138b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Fix: update example config options (https://github.com/zellij-org/zellij/pull/920) * Fix: update example config options (https://github.com/zellij-org/zellij/pull/920)
* Fix: correct handling of unbinds (https://github.com/zellij-org/zellij/issues/923) * Fix: correct handling of unbinds (https://github.com/zellij-org/zellij/issues/923)
* Fix: improve perfomance when resizing window with a large scrollback buffer (https://github.com/zellij-org/zellij/pull/895) * Fix: improve perfomance when resizing window with a large scrollback buffer (https://github.com/zellij-org/zellij/pull/895)
* Fix: support multiple users in plugins
## [0.21.0] - 2021-11-29 ## [0.21.0] - 2021-11-29
* Add: initial preparations for overlay's (https://github.com/zellij-org/zellij/pull/871) * Add: initial preparations for overlay's (https://github.com/zellij-org/zellij/pull/871)