From 7cdb4ce14a868b773badd55cc91f3e2d906f6c36 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 22 Jan 2024 15:32:48 +0100 Subject: [PATCH] docs(changelog): terminal performance --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 031ba79c0..f07589d5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * chore: bump Rust toolchain to 1.75.0 (https://github.com/zellij-org/zellij/pull/3039) * feat(plugins): introduce pipes to control data flow to plugins from the command line (https://github.com/zellij-org/zellij/pull/3066) * feat(xtask): allow publishing without pushing changes (https://github.com/zellij-org/zellij/pull/3040) +* fix(terminal): improve reflow performance as well as resource utilization and some misc ancient bugs (https://github.com/zellij-org/zellij/pull/3045, https://github.com/zellij-org/zellij/pull/3032 and https://github.com/zellij-org/zellij/pull/3043) ## [0.39.2] - 2023-11-29 * fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)