From 60cbf7bde0c839050a19a82265d49fecc8cc3cfe Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 2 Dec 2021 18:36:47 +0100 Subject: [PATCH] docs(changelog): windows paste fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b96ed74..1e3a0b77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix: add `gray` to theme section (https://github.com/zellij-org/zellij/pull/914) * Fix: prevent zellij session from attaching to itself (https://github.com/zellij-org/zellij/pull/911) * Terminal compatibility: fix flaky scrolling issue (https://github.com/zellij-org/zellij/pull/915) +* Fix: handle pasted text properly in windows terminal (https://github.com/zellij-org/zellij/pull/917) ## [0.21.0] - 2021-11-29 * Add: initial preparations for overlay's (https://github.com/zellij-org/zellij/pull/871)