From 8097ae3903bd0d73f455f0841d0ac006a9129bb9 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Sat, 9 Apr 2022 00:01:30 +0200 Subject: [PATCH] docs(changelog): background color scrolling fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd9083a..fe88da1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * add: `musl` target to `rust-toolchain` (https://github.com/zellij-org/zellij/pull/1294) * fix: update termwiz to fix crash when pasting on wsl (https://github.com/zellij-org/zellij/pull/1303) * add: nord theme example (https://github.com/zellij-org/zellij/pull/1304) +* Terminal compatibility: preserve background color when scrolling (https://github.com/zellij-org/zellij/pull/1305) ## [0.27.0] - 2022-03-31 * Fix: feature `disable_automatic_asset_installation` (https://github.com/zellij-org/zellij/pull/1226)