From 3f2724dc070b42146fc51a9ea67fbd0d67a889de Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 22 Dec 2021 17:59:07 +0100 Subject: [PATCH] docs(changelog): delete in midline with wide chars --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 385786d3..b74d5525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,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) ## [0.23.0] - 2021-12-20 * Feature: add collaboration support - multiple users using multiple cursors (https://github.com/zellij-org/zellij/pull/957)