summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-04-09 13:35:48 +0200
committerGitHub <noreply@github.com>2022-04-09 13:35:48 +0200
commita9ca64a2601775a2de361180039752023bcc0af7 (patch)
tree9aea000b0584511668f30351d6ac39285ff14bea
parentc08145ef5a5fce850ac074d7e6f5e63d15f33407 (diff)
docs(changelog): additional background pad fix
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe88da1c5..9e47e89d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +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)
+* Terminal compatibility: preserve background color when scrolling (https://github.com/zellij-org/zellij/pull/1305 and https://github.com/zellij-org/zellij/pull/1307)
## [0.27.0] - 2022-03-31
* Fix: feature `disable_automatic_asset_installation` (https://github.com/zellij-org/zellij/pull/1226)