summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-11-05 09:30:35 +0100
committerGitHub <noreply@github.com>2021-11-05 09:30:35 +0100
commit6e5c8dc852f1f219e51418964d611b87253d879a (patch)
tree21f25a8b03ba0fd279a3ac1d52e657d2e6010990
parent4ac9344085a6a59e78608954cf89955f4e9ddb61 (diff)
docs(changelog): non-directional resize
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ef0e77fd6..4c7364296 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* 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)
+* Feature: Non directional resize of panes (https://github.com/zellij-org/zellij/pull/520)
## [0.19.0] - 2021-10-20
* Fix: Prevent text overwrite when scrolled up (https://github.com/zellij-org/zellij/pull/655)