summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-10-13 11:25:19 +0200
committerGitHub <noreply@github.com>2023-10-13 11:25:19 +0200
commita6ab09cbb073f333cdd3d701b8d6c6e5801c77ae (patch)
treee3ff7b5c4332f293c644876c0b23a6a7812d7256
parentccc40a4a26b8e8a77288e55ab6777c64af816469 (diff)
docs(changelog): terminal synchronized output when rendering
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 670adfe4c..92e957b47 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)