From c72f3a712bfa92a4a80b4c1ad1dbe7669892a324 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 22 May 2024 11:13:21 +0200 Subject: [PATCH] docs(changelog): ooo plugin events fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7456718f..a58974aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)