summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-11-09 09:42:13 +0100
committerGitHub <noreply@github.com>2023-11-09 09:42:13 +0100
commit83cf6d6e7cf4ad744a18b21fb9c1c8f956f2b577 (patch)
tree3396c21dcd12f6fd193e5c01e4fbc79b7ee906c1
parentc325eb3af90e3046ec4c9d9f85250e0e9c4d7792 (diff)
docs(changelog): CPU utilization fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec50f7588..1e2f79317 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
* fix: styled underlines in editors (https://github.com/zellij-org/zellij/pull/2918)
* fix(plugins): add `LaunchPlugin` and some cwd fixes (https://github.com/zellij-org/zellij/pull/2916)
+* fix(performance): significantly reduce CPU utilization when serializing sessions (https://github.com/zellij-org/zellij/pull/2920)
## [0.39.0] - 2023-07-11
* feat(panes): start panes/editors/commands/plugins in-place (https://github.com/zellij-org/zellij/pull/2795)