From 9b184a351b3390c539e75e3584f7e273f1de6c97 Mon Sep 17 00:00:00 2001 From: Thomas Linford Date: Mon, 16 May 2022 21:17:08 +0200 Subject: [PATCH] docs(changelog): paste freeze fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23a4fade..4615d3a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * chore(dependencies): rename crate `suggestion` -> `suggest` (https://github.com/zellij-org/zellij/pull/1387) * fix: update to output error when using `--layout` (https://github.com/zellij-org/zellij/pull/1413) * fix: ANSI output sent to terminal on resize in certain cases (https://github.com/zellij-org/zellij/pull/1384) +* fix: freeze when pasting large amounts of text to vim (https://github.com/zellij-org/zellij/pull/1383) ## [0.29.1] - 2022-05-02 * fix: forward mouse events to plugin panes (https://github.com/zellij-org/zellij/pull/1369)