From 4962fc3dad44d9c4d15d631a0bc5bcbe6ecaff87 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 20 Dec 2021 17:32:12 +0100 Subject: [PATCH] docs(changelog): collaboration support --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e171338f..8200e930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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] +* Feature: add collaboration support - multiple users using multiple cursors (https://github.com/zellij-org/zellij/pull/957) ## [0.22.1] - 2021-12-14 * Hotfix: Focus fullscreen pane when switching tab focus (https://github.com/zellij-org/zellij/pull/941)