docs(changelog): ooo plugin events fix

This commit is contained in:
Aram Drevekenin 2024-05-22 11:13:21 +02:00 committed by GitHub
parent fda5ab1830
commit c72f3a712b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
* feat(layouts): allow consuming a layout through a url (https://github.com/zellij-org/zellij/pull/3351)
* dependencies: eliminate future incompatibility warnings (https://github.com/zellij-org/zellij/pull/3315)
* fix(plugins): occasional out of order events on startup (https://github.com/zellij-org/zellij/pull/3367)
## [0.40.1] - 2024-05-02
* fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281)