summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-03-15 17:01:42 +0100
committerGitHub <noreply@github.com>2023-03-15 17:01:42 +0100
commitd2cc61ab4fc526500573a04e9c93f3b2a711c2fc (patch)
tree6ced6df25c8a36b193dc3e6557bf33dc08081b8c
parentc0dd1ba1abb5796508d805129092ca7350d143e0 (diff)
docs(changelog): focus pane off screen edge
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c25e0899a..c14644306 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: when moving pane focus off screen edge to the next tab, the pane on the screen edge is now focused (https://github.com/zellij-org/zellij/pull/2293)
## [0.35.2] - 2023-03-10
* fix: get "zellij attach --create" working again (https://github.com/zellij-org/zellij/pull/2247)