From d8959ca6e1cf4973f6eb72e13625dc8a3376ab2c Mon Sep 17 00:00:00 2001 From: Thomas Linford Date: Mon, 22 Nov 2021 18:38:47 +0100 Subject: [PATCH] docs(changelog): large scrollback performance fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8948dedf..d9d00838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Refactor: close_pane returns closed pane (https://github.com/zellij-org/zellij/pull/853) * Add: ability to configure zellij through layouts (https://github.com/zellij-org/zellij/pull/866) * Refactor: simplify terminal character style diff (https://github.com/zellij-org/zellij/pull/839) +* Fix: improve performance with large scrollback buffer (https://github.com/zellij-org/zellij/pull/881) ## [0.20.1] - 2021-11-10