summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-12-01 13:02:13 +0100
committerGitHub <noreply@github.com>2021-12-01 13:02:13 +0100
commit180aa786a5d1567d03191af1c1e657d811f436a4 (patch)
tree8dd2553d151f7269de4c129de79aa89555a99df0
parent464cb6beec2a20d30a3ab0dd9dd7de52a3f8acd4 (diff)
docs(changelog): fix flaky scrolling issue
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2350d30fd..5b96ed748 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Fix: missing themes in configuration merge (https://github.com/zellij-org/zellij/pull/913)
* Fix: add `gray` to theme section (https://github.com/zellij-org/zellij/pull/914)
* Fix: prevent zellij session from attaching to itself (https://github.com/zellij-org/zellij/pull/911)
+* Terminal compatibility: fix flaky scrolling issue (https://github.com/zellij-org/zellij/pull/915)
## [0.21.0] - 2021-11-29
* Add: initial preparations for overlay's (https://github.com/zellij-org/zellij/pull/871)