From ce50d6e4061a3c24ec0f0d4644037f95fcda94d7 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 12 May 2021 11:29:27 +0200 Subject: [PATCH] docs(changelog): compatibility update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d5c9ff5..4c31aaeb 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/) * Change Switch default config loading order of `HOME` and system (https://github.com/zellij-org/zellij/pull/488) * Add support for requesting a simpler layout from plugins, move `clean` flag from `options` to `setup` (https://github.com/zellij-org/zellij/pull/479) * Improve config loading slightly (https://github.com/zellij-org/zellij/pull/492) +* Terminal compatibility: preserve current style when clearing viewport (https://github.com/zellij-org/zellij/pull/493) ## [0.9.0] - 2021-05-11 * Add more functionality to unbinding the default keybindings (https://github.com/zellij-org/zellij/pull/468)