From d2cc61ab4fc526500573a04e9c93f3b2a711c2fc Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 15 Mar 2023 17:01:42 +0100 Subject: [PATCH] docs(changelog): focus pane off screen edge --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c25e0899a9..c146443064 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)