From 00f2a53fe96d692f050171e8812a145537c79904 Mon Sep 17 00:00:00 2001 From: Thomas Linford Date: Mon, 2 May 2022 22:22:24 +0200 Subject: [PATCH] docs(changelog): plugin mouse event fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3626c701..de6d6c4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +* fix: forward mouse events to plugin panes (https://github.com/zellij-org/zellij/pull/1369) ## [0.29.0] - 2022-05-02 * add: clarify copy to clipboard message (https://github.com/zellij-org/zellij/pull/1321)