From 325fc5620f07412381dd47dcf7cf9e141a3d66bf Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 30 Apr 2021 16:02:31 +0200 Subject: [PATCH] docs(changelog): performance improvements --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb624d46..76dd7497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] -* Fix the tab '(Sync)' suffix in named tabs (https://github.com/zellij-org/zellij/pull/410) +* Fix the tab '(Sync)' suffix in named tabs (https://github.com/zellij-org/zellij/pull/410) +* Improve performance when multiple panes are open (https://github.com/zellij-org/zellij/pull/318) ## [0.6.0] - 2021-04-29 * Doesn't quit anymore on single `q` press while in tab mode (https://github.com/zellij-org/zellij/pull/342)