summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-01-22 15:32:48 +0100
committerGitHub <noreply@github.com>2024-01-22 15:32:48 +0100
commit7cdb4ce14a868b773badd55cc91f3e2d906f6c36 (patch)
treeadde02feb002c154089085e49d57ca739302a5c5
parent8fd7a6789810f3a1de592c0190a5f91a1aaf8625 (diff)
docs(changelog): terminal performance
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
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)