From 70acfe74f284f50f69554391050e74a546140478 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 26 Oct 2021 16:46:58 +0200 Subject: [PATCH] docs(changelog): wide char midline fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6dbbe1b..801e965d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix: improve performance of echoed keystrokes (https://github.com/zellij-org/zellij/pull/798) * Add: Use hyperlinks for the setup information (https://github.com/zellij-org/zellij/pull/768) * Feature: Rotate Pane location (https://github.com/zellij-org/zellij/pull/802) +* Terminal compatibility: improve handling of wide-characters when inserted mid-line (https://github.com/zellij-org/zellij/pull/806) ## [0.19.0] - 2021-10-20 * Fix: Prevent text overwrite when scrolled up (https://github.com/zellij-org/zellij/pull/655)