From 3e052519f90b39e86f581fd0b8cabc0049736211 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 4 Nov 2021 23:20:51 +0100 Subject: [PATCH] docs(changelog): resize fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd9d79c..ef0e77fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix: move from the deprecated `colors_transform` to `colorsys` (https://github.com/zellij-org/zellij/pull/832) * Feature: plugins can now detect right mouse clicks (https://github.com/zellij-org/zellij/pull/801) * Fix: open pane in cwd even when explicitly specifying shell (https://github.com/zellij-org/zellij/pull/834) +* Fix: do not resize panes below minimum (https://github.com/zellij-org/zellij/pull/838) ## [0.19.0] - 2021-10-20 * Fix: Prevent text overwrite when scrolled up (https://github.com/zellij-org/zellij/pull/655)