From 67e08cbb746c9764ff8083eded36c977ce928be0 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 22 Jul 2025 17:04:57 +0200 Subject: [PATCH] docs(changelog): dump screen performance --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 829ed649..8ca89539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: allow pasting and emojis in tab/pane names and pasting in search (https://github.com/zellij-org/zellij/pull/4303) * fix: stack pane ordering when stacking multiple panes (https://github.com/zellij-org/zellij/pull/4308) * fix: normalize focusing of plugins launched through pipes (https://github.com/zellij-org/zellij/pull/4309) +* performance: improve dumping screen for when editing scrollback with $EDITOR (https://github.com/zellij-org/zellij/pull/2548) ## [0.42.2] - 2025-04-15 * refactor(terminal): track scroll_region as tuple rather than Option (https://github.com/zellij-org/zellij/pull/4082)