From ffc03ae93737ad7750de895ce2862d9ab9e9286f Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 14 Dec 2022 22:28:29 +0100 Subject: [PATCH] docs(changelog): show visual error on failed horizontal/vertical split --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69a15e03..503ad4c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. 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) ## [0.34.4] - 2022-12-13