summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKunal Mohan <kunalmohan99@gmail.com>2021-05-28 21:16:16 +0530
committerKunal Mohan <kunalmohan99@gmail.com>2021-05-28 21:16:16 +0530
commit6017305bb0f198372ccaf12b18099340337c89b2 (patch)
treea9c6d5c8befc4e98a6550979723a02ba52a11cea
parentc53731bfa87891c440b17875d55cb03c610e7753 (diff)
docs(changelog): Fix lag #536
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5fb2b905c..e8957fb88 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)