From 5c8cded2f57d55b0f2cb5a74417be8712f8e01ab Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 18 Oct 2022 16:45:19 +0200 Subject: [PATCH] docs(changelog): floating panes grouped --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddca88f1..7994a755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * debugging: Log `thread_bus` IPC messages only in debug mode (https://github.com/zellij-org/zellij/pull/1800) * feat: improve zellij run CLI (https://github.com/zellij-org/zellij/pull/1804) * docs: Add tips for code contributions to CONTRIBUTING (https://github.com/zellij-org/zellij/pull/1805) +* feat: change floating panes to be grouped rather than scattered (https://github.com/zellij-org/zellij/pull/1810) ## [0.31.4] - 2022-09-09 * Terminal compatibility: improve vttest compliance (https://github.com/zellij-org/zellij/pull/1671)