From 2e5aaeb7393b0b0f73d5a80683f66d359c4acb3e Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 12 Oct 2022 13:05:31 +0200 Subject: [PATCH] docs(changelog): move item to the right place --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a95d02d1..ebebfdc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat: command pane - send commands to Zellij and re-run them with ENTER (https://github.com/zellij-org/zellij/pull/1787) * fix: escape quotes and backslashes when converting YAML to KDL (https://github.com/zellij-org/zellij/pull/1790) * fix: frameless pane wrong size after closing other panes (https://github.com/zellij-org/zellij/pull/1776) +* fix: error on mixed nodes in layouts (https://github.com/zellij-org/zellij/pull/1791) ## [0.31.4] - 2022-09-09 * Terminal compatibility: improve vttest compliance (https://github.com/zellij-org/zellij/pull/1671) @@ -27,7 +28,6 @@ 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