From 4985864592bcaf45e75d6113006b242a85e226b3 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 21 Feb 2022 20:14:55 +0100 Subject: [PATCH] docs(changelog): prefer last active pane when changing focus --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa3d50a..27ce4138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix: bump up internal `autocfg` dependency to `1.1.0` (https://github.com/zellij-org/zellij/pull/1071) * Feature: add tmux mode (https://github.com/zellij-org/zellij/pull/1073) * Fix: improve copy of wrapped lines (https://github.com/zellij-org/zellij/pull/1069) +* Fix: prefer last active pane when changing focus (https://github.com/zellij-org/zellij/pull/1076) ## [0.24.0] - 2022-01-05 * Terminal compatibility: properly handle insertion of characters in a line with wide characters (https://github.com/zellij-org/zellij/pull/964)