From 855413c8c4e30e4ca886424fe715435d9cabefd9 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 29 Dec 2021 16:33:21 +0100 Subject: [PATCH] docs(changelog): multi user tab switch fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74598d98..e6e66e10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix: prevent unhandled mouse events escape to terminal (https://github.com/zellij-org/zellij/pull/976) * Fix: ensure clippy runs on all targets (https://github.com/zellij-org/zellij/pull/972) * Fix: atomically create default assets every time a session starts (https://github.com/zellij-org/zellij/pull/961) +* Fix: Allow multiple users to switch tabs with the mouse (https://github.com/zellij-org/zellij/pull/959) ## [0.23.0] - 2021-12-20 * Feature: add collaboration support - multiple users using multiple cursors (https://github.com/zellij-org/zellij/pull/957)