From 51c826b99192e06240670cc77764b7bebf270c14 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 2 Jul 2021 16:41:27 +0200 Subject: [PATCH] docs(changelog): initial mouse support --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f274d932..131bf981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Autodetach on force close (https://github.com/zellij-org/zellij/pull/581) * Add option to specify a default shell (https://github.com/zellij-org/zellij/pull/594) * Add action to run bound commands in a pane (https://github.com/zellij-org/zellij/pull/596) +* Initial mouse support (https://github.com/zellij-org/zellij/pull/448) ## [0.13.0] - 2021-06-04 * Fix crash when padding before widechar (https://github.com/zellij-org/zellij/pull/540)