From e4875374726cfff1d0069e03841ad44c682c9d49 Mon Sep 17 00:00:00 2001 From: Thomas Linford Date: Tue, 3 May 2022 13:05:12 +0200 Subject: [PATCH] docs(changelog): middle or right click selection fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e1f4a25..2ed3fc5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +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: right and middle clicks creating selection (https://github.com/zellij-org/zellij/pull/1372) ## [0.29.1] - 2022-05-02 * fix: forward mouse events to plugin panes (https://github.com/zellij-org/zellij/pull/1369)