docs(changelog): flaky grid scroll fix

This commit is contained in:
Aram Drevekenin 2023-11-30 18:22:29 +01:00 committed by GitHub
parent b221e472ca
commit 6e250b89a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
* feat(plugins): skip plugin cache flag when loading plugins (https://github.com/zellij-org/zellij/pull/2971)
* 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)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)