summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-11-04 23:20:51 +0100
committerGitHub <noreply@github.com>2021-11-04 23:20:51 +0100
commit3e052519f90b39e86f581fd0b8cabc0049736211 (patch)
tree3ae58fc0c647ddd42dcc9a99a03b2286b94cd134
parent23c97513469fced7298d83bc949c7ca95974a2f6 (diff)
docs(changelog): resize fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ecd9d79c0..ef0e77fd6 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)