From a6ab09cbb073f333cdd3d701b8d6c6e5801c77ae Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 13 Oct 2023 11:25:19 +0200 Subject: [PATCH] docs(changelog): terminal synchronized output when rendering --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 670adfe4..92e957b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(plugins): address cranelift-codegen vulnerability (https://github.com/zellij-org/zellij/pull/2830) * fix(plugins): use versioned path for plugin artifact cache (https://github.com/zellij-org/zellij/pull/2836) * feat(sessions): session resurrection (https://github.com/zellij-org/zellij/pull/2801) +* feat(rendering): terminal synchronized output (https://github.com/zellij-org/zellij/pull/2798) ## [0.38.2] - 2023-09-15 * fix(terminal): wrap lines in alternate screen mode when adding characters (https://github.com/zellij-org/zellij/pull/2789)