From 34634f77f732c6ff384beaf039e508cde5538c6f Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 4 Jan 2022 11:09:08 +0100 Subject: [PATCH] docs(changelog): recent fixes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9ea90fd..45afb3d8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix: pass bell (helpful for eg. desktop notifications) from terminal to desktop (https://github.com/zellij-org/zellij/pull/981) * Fix: tab click crash on mouse click with multiple users (https://github.com/zellij-org/zellij/pull/984) * Fix: accidental tab synchronization bug between multiple users when clicking with mouse (https://github.com/zellij-org/zellij/pull/986) +* Fix: Properly move users out of closed tab in a multiuser session (https://github.com/zellij-org/zellij/pull/990) +* Feature: Pass active pane title to terminal emulator (https://github.com/zellij-org/zellij/pull/980) ## [0.23.0] - 2021-12-20 * Feature: add collaboration support - multiple users using multiple cursors (https://github.com/zellij-org/zellij/pull/957)