docs(changelog): terminal synchronized output when rendering

This commit is contained in:
Aram Drevekenin 2023-10-13 11:25:19 +02:00 committed by GitHub
parent ccc40a4a26
commit a6ab09cbb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)