From 0863e74d10529358c82d0f3465c184ef38b6727d Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 23 Dec 2021 10:45:31 +0100 Subject: [PATCH] docs(changelog): detach client bugfix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b74d5525..a0725ee1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * Terminal compatibility: properly handle insertion of characters in a line with wide characters (https://github.com/zellij-org/zellij/pull/964) * Terminal compatibility: properly handle deletion of characters in a line with wide characters (https://github.com/zellij-org/zellij/pull/965) +* Fix: properly remove clients when detaching from a session (https://github.com/zellij-org/zellij/pull/966) ## [0.23.0] - 2021-12-20 * Feature: add collaboration support - multiple users using multiple cursors (https://github.com/zellij-org/zellij/pull/957)