From e4b1dd6d4ca5db7ba8d43b73054a1208cdc73293 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 13 Jul 2022 17:05:15 +0200 Subject: [PATCH] docs(changelog): performance improvement --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 071690e9..b5923c41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +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) ## [0.30.0] - 2022-06-07 * fix: right and middle clicks creating selection (https://github.com/zellij-org/zellij/pull/1372)