From 180aa786a5d1567d03191af1c1e657d811f436a4 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 1 Dec 2021 13:02:13 +0100 Subject: [PATCH] docs(changelog): fix flaky scrolling issue --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2350d30f..5b96ed74 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)