From 8b50ef96f34faacdd75642c5e5844904827b333c Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 21 Nov 2022 20:08:59 +0100 Subject: [PATCH] docs(changelog): improve render performance --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66289e53..069d5682 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] * (BREAKING CHANGE) performance: change plugin data flow to improve render speed (https://github.com/zellij-org/zellij/pull/1934) +* (BREAKING CHANGE) performance: various render pipeline improvements (https://github.com/zellij-org/zellij/pull/1960) * feat: support text input from clipboard (https://github.com/zellij-org/zellij/pull/1926) * errors: Don't log errors from panes when quitting zellij (https://github.com/zellij-org/zellij/pull/1918) * docs(contributing): update log path (https://github.com/zellij-org/zellij/pull/1927)