summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-10-25 16:52:26 +0200
committerGitHub <noreply@github.com>2021-10-25 16:52:26 +0200
commite1dab60d4f199b24bf71e76653980cfd219e567e (patch)
treea33835340c1b1f29947668981ec2725a96129200 /CHANGELOG.md
parent21380c278e6dcd26dd883461224d2291fa0aa522 (diff)
docs(changelog): performance fix
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e449b8f45..98ca3ad7b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
+* Fix: improve performance of echoed keystrokes (https://github.com/zellij-org/zellij/pull/798)
## [0.19.0] - 2021-10-20
* Fix: Prevent text overwrite when scrolled up (https://github.com/zellij-org/zellij/pull/655)