From 56d64238166f9f0c45dbfbe13831248ded1a60e0 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 12 Oct 2022 13:04:17 +0200 Subject: [PATCH] docs(changelog): mixed nodes layout error --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d44ff853..a95d02d1 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/) * Terminal compatibility: implement faux scrolling when in alternate screen mode(https://github.com/zellij-org/zellij/pull/1678) * fix: mouse-click on tab-bar in simplified-ui now always focuses the correct tab (https://github.com/zellij-org/zellij/pull/1658) * fix: sort UI cursors properly when multiple users are focused on the same pane (https://github.com/zellij-org/zellij/pull/1719) +* fix: error on mixed nodes in layouts (https://github.com/zellij-org/zellij/pull/1791) ## [0.31.3] - 2022-08-18 * HOTFIX: fix up-arrow regression