From 05532c24cebd1fca63a9030ddb43a34f235091c2 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Thu, 16 Jun 2022 15:25:05 +0200 Subject: [PATCH] docs(changelog): fullscreen focus swapping --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f4bb9c2..d5dc6482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ``` * fix: send `WriteChars:` once per action (https://github.com/zellij-org/zellij/pull/1516) +* feat: allow swapping tabs, in a fullscreen pane (https://github.com/zellij-org/zellij/pull/1515) ## [0.30.0] - 2022-06-07 * fix: right and middle clicks creating selection (https://github.com/zellij-org/zellij/pull/1372)