From c7e8ed6889b9fc166e449e95de6777e0574bb84a Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 28 Jul 2022 12:10:42 +0200 Subject: [PATCH] docs(changelog): performance improvements --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 594cf969..54aad599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,7 +59,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: add usage comment to fish `auto-start` script (https://github.com/zellij-org/zellij/pull/1583) * fix: refactor match session name (https://github.com/zellij-org/zellij/pull/1582) * fix: print "Session detached" rather than "Bye from Zellij!" when detaching from a session (https://github.com/zellij-org/zellij/pull/1573#issuecomment-1181562138) -* performance: improve terminal responsiveness (https://github.com/zellij-org/zellij/pull/1585) +* performance: improve terminal responsiveness (https://github.com/zellij-org/zellij/pull/1585 and https://github.com/zellij-org/zellij/pull/1610) * Terminal compatibility: persist cursor show/hide across alternate screen (https://github.com/zellij-org/zellij/pull/1586) * fix: support multi-argument EDITOR/VISUAL/scrollback-editor commands (https://github.com/zellij-org/zellij/pull/1587) * fix: avoid sending mouse click events on pane frames to applications (https://github.com/zellij-org/zellij/pull/1584)