docs(changelog): plugin mouse event fix

This commit is contained in:
Thomas Linford 2022-05-02 22:22:24 +02:00 committed by GitHub
parent bfa4942c5b
commit 00f2a53fe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)