From 829882d5563ae34372f0cd4b06365f9465dbd790 Mon Sep 17 00:00:00 2001 From: Kunal Mohan Date: Tue, 26 Oct 2021 09:56:37 +0530 Subject: [PATCH] docs(changelog): Rotate Pane locations (#802) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d527ced2..c6dbbe1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * Fix: improve performance of echoed keystrokes (https://github.com/zellij-org/zellij/pull/798) * Add: Use hyperlinks for the setup information (https://github.com/zellij-org/zellij/pull/768) +* Feature: Rotate Pane location (https://github.com/zellij-org/zellij/pull/802) ## [0.19.0] - 2021-10-20 * Fix: Prevent text overwrite when scrolled up (https://github.com/zellij-org/zellij/pull/655)