From 6017305bb0f198372ccaf12b18099340337c89b2 Mon Sep 17 00:00:00 2001 From: Kunal Mohan Date: Fri, 28 May 2021 21:16:16 +0530 Subject: [PATCH] docs(changelog): Fix lag #536 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fb2b905..e8957fb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * Fix crash when padding before widechar (https://github.com/zellij-org/zellij/pull/540) - +* Do not lag when reading input too fast (https://github.com/zellij-org/zellij/pull/536) + ## [0.12.1] - 2021-05-28 * HOTFIX: fix Zellij not responding to input on certain terminals (https://github.com/zellij-org/zellij/issues/538)