summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-12-02 17:05:22 +0100
committerGitHub <noreply@github.com>2023-12-02 17:05:22 +0100
commit6370a897ed7d379f48e6a97e0264886c27a4b889 (patch)
tree1b77b45675f61049b510be589da918408434ef63
parentecd5e3c4537ba2cff6d61ce2513cd20f90d103f2 (diff)
docs(changelog): synchronized renders
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 287515c9c..3c4529234 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix(grid): recover from various errors (https://github.com/zellij-org/zellij/pull/2972)
* fix(grid): flaky scroll with scroll region (https://github.com/zellij-org/zellij/pull/2935)
* fix(plugins): display errors properly (https://github.com/zellij-org/zellij/pull/2975)
+* feat(terminal): implement synchronized renders (https://github.com/zellij-org/zellij/pull/2977)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)