From 8235f48849be8f4cdaa5ff1fc844948b84ee4d02 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 24 May 2021 15:02:21 +0200 Subject: [PATCH] docs(changelog): pty fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18c389ac..e298021b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Split `layout` flag into `layout` and `layout-path` (https://github.com/zellij-org/zellij/pull/514) * Fix behaviour of the `clean` flag (https://github.com/zellij-org/zellij/pull/519) * Make distinction clearer between certain configuration flags (https://github.com/zellij-org/zellij/pull/529) +* Resource usage and performance improvements (https://github.com/zellij-org/zellij/pull/523) ## [0.11.0] - 2021-05-15