From 69e570cf710abc34bd7f5ec39a27d4b1c71bf233 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 16 May 2022 15:33:28 +0200 Subject: [PATCH] docs(changelog): ansi resize input --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9088449..23a4fade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat: show subcommand aliases in help output (https://github.com/zellij-org/zellij/pull/1409) * chore(dependencies): rename crate `suggestion` -> `suggest` (https://github.com/zellij-org/zellij/pull/1387) * fix: update to output error when using `--layout` (https://github.com/zellij-org/zellij/pull/1413) +* fix: ANSI output sent to terminal on resize in certain cases (https://github.com/zellij-org/zellij/pull/1384) ## [0.29.1] - 2022-05-02 * fix: forward mouse events to plugin panes (https://github.com/zellij-org/zellij/pull/1369)