summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-11-30 18:22:29 +0100
committerGitHub <noreply@github.com>2023-11-30 18:22:29 +0100
commit6e250b89a3fe350ffd22229296df55fa241fed68 (patch)
tree4d95a3bc535a3336104845e167669c274fe08703
parentb221e472ca9eaab213a723cd1a136a400a06cf30 (diff)
docs(changelog): flaky grid scroll fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e9d2affe..b8058bfdd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)