From 6347900dd7cc5b82124d5b25984e0e5ebfe77b27 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 19 Dec 2022 12:49:40 +0100 Subject: [PATCH] docs(changelog): visual error on resize --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dfb6896..8e3ec8fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * fix: show visual error when unable to split panes vertically/horizontally (https://github.com/zellij-org/zellij/pull/2025) * build: Use `xtask` as build system (https://github.com/zellij-org/zellij/pull/2012) +* fix: show visual error when failing to resize panes in various situations (https://github.com/zellij-org/zellij/pull/2036) ## [0.34.4] - 2022-12-13